Represents the result of conversational query or event processing.
The language that was triggered during intent detection. See
Language Support <https://cloud.google.com/dialogflow/docs/re
ference/language>
__ for a list of the currently supported
language codes.
The action name from the matched intent.
This field is set to: - false
if the matched intent has
required parameters and not all of the required parameter
values have been collected. - true
if all required
parameter values have been collected, or if the matched
intent doesn't contain any required parameters.
The collection of rich messages to present to the user.
If the query was fulfilled by a webhook call, this field is
set to the value of the payload
field returned in the
webhook response.
The intent that matched the conversational query. Some, not
all fields are filled in this message, including but not
limited to: name
, display_name
, end_interaction
and is_fallback
.
The free-form diagnostic info. For example, this field could contain webhook call latency. The string keys of the Struct's fields map can change without notice.