This commit is contained in:
narawat lamaiin
2024-05-09 21:27:28 +07:00
parent a4e7dee5bf
commit c7fd7bc40d
3 changed files with 77 additions and 18 deletions

View File

@@ -21,9 +21,6 @@ msgMeta = Dict(:requestResponse => nothing,
outgoingMsg = Dict(
:msgMeta=> msgMeta,
:payload=> Dict(
@@ -95,7 +92,7 @@ result = GeneralUtils.sendMqttMsg(outgoingMsg)
outgoingMsg = Dict(
:msgMeta=> msgMeta,
:payload=> Dict(
:text=> "Dry please.",
:text=> "Dry wine please.",
:select=> nothing,
:reward=> 0,
:isterminal=> false,
@@ -132,6 +129,7 @@ result = GeneralUtils.sendMqttMsg(outgoingMsg)
outgoingMsg = Dict(
:msgMeta=> msgMeta,
:payload=> Dict(
@@ -149,9 +147,9 @@ result = GeneralUtils.sendMqttMsg(outgoingMsg)
outgoingMsg = Dict(
:msgMeta=> msgMeta,
:payload=> Dict(
:text=> "Dry please.",
:text=> "I already told you I like Red wine. Why did you ask me about other wine type?",
:select=> nothing,
:reward=> 0,
:reward=> -1,
:isterminal=> false,
)
)
@@ -173,6 +171,7 @@ result = GeneralUtils.sendMqttMsg(outgoingMsg)
outgoingMsg = Dict(
:msgMeta=> msgMeta,
:payload=> Dict(
@@ -185,3 +184,7 @@ outgoingMsg = Dict(
result = GeneralUtils.sendMqttMsg(outgoingMsg)