You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: