diff --git a/test/intent/sample5.intent.json b/test/intent/sample5.intent.json index 65d54c1..dab636f 100644 --- a/test/intent/sample5.intent.json +++ b/test/intent/sample5.intent.json @@ -1,7 +1,5 @@ { "utterance": "How are you doing", - "intent_type": "HowAreYouIntent", - "intent": { - "HowAreYouKeyword": "how are you" - } + "intent_type": "HowAreYou.intent", + "expected_dialog": "how.are.you" } diff --git a/test/intent/sample6.intent.json b/test/intent/sample6.intent.json index 9eab66c..2a98915 100644 --- a/test/intent/sample6.intent.json +++ b/test/intent/sample6.intent.json @@ -1,7 +1,5 @@ { "utterance": "How has your day been", - "intent_type": "HowAreYouIntent", - "intent": { - "HowAreYouKeyword": "how has your day been" - } + "intent_type": "HowAreYou.intent", + "expected_dialog": "how.are.you" }