dialogflow-unity-client icon indicating copy to clipboard operation
dialogflow-unity-client copied to clipboard

Missing "actionIncomplete" Tag

Open freiSMS opened this issue 7 years ago • 1 comments

When getting an Dialogflow Json File the "actionIncomplete" Tag (in Result) is used if there are missing required Slot values. The AIResponse Object I get from the dialogflow unity sdk won't provide this field. Can somebody tell me how I can check if i should perform the action which is linked to the intent or have to pass the users input back to dialogflow to get the missing slots?

freiSMS avatar Feb 26 '18 16:02 freiSMS

One more thing: "Metadata.endConversation" is also not included in the JSON C# Objekt. Would it be possible to update the c# Result Object? @matthewayne

freiSMS avatar Jul 10 '18 11:07 freiSMS