This commit is contained in:
narawat lamaiin
2024-05-11 15:34:51 +07:00
parent d88c613b0e
commit 2e9c21f243
5 changed files with 226 additions and 266 deletions

View File

@@ -66,7 +66,7 @@ result = GeneralUtils.sendMqttMsg(outgoingMsg)
outgoingMsg = Dict(
:msgMeta=> msgMeta,
:payload=> Dict(
:text=> "I like full-bodied Red wine with low tannin.",
:text=> "I like full-bodied red wine with low tannin.",
:select=> nothing,
:reward=> 0,
:isterminal=> false,
@@ -134,7 +134,7 @@ result = GeneralUtils.sendMqttMsg(outgoingMsg)
outgoingMsg = Dict(
:msgMeta=> msgMeta,
:payload=> Dict(
:text=> "Are there any other options?",
:text=> "I like it dry.",
:select=> nothing,
:reward=> 0,
:isterminal=> false,
@@ -162,10 +162,10 @@ result = GeneralUtils.sendMqttMsg(outgoingMsg)
outgoingMsg = Dict(
:msgMeta=> msgMeta,
:payload=> Dict(
:text=> "What are you saying. I don't understand.",
:text=> "You didn't tell me wine name.",
:select=> nothing,
:reward=> -1,
:isterminal=> false,
:isterminal=> true,
)
)
result = GeneralUtils.sendMqttMsg(outgoingMsg)