Represents the selection of a suggestion.
JSON representation |
---|
{ "answerRecord": string, "textOverride": { object ( |
Fields | |
---|---|
answer |
Required. The ID of a suggestion selected by the human agent. The suggestion(s) were generated in a previous call to request Dialogflow assist. The format is: |
text |
Optional. If the customer edited the suggestion before using it, include the revised text here. |
parameters |
In Dialogflow assist for v3, the user can submit a form by sending a Depending on your protocol or client library language, this is a map, associative array, symbol table, dictionary, or JSON object composed of a collection of (MapKey, MapValue) pairs:
|
intent |
The intent to be triggered on V3 agent. |