dialogflow-unity-client
dialogflow-unity-client copied to clipboard
Missing "actionIncomplete" Tag
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?
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