AutomatedAgentReply(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents a response from an automated agent. .. attribute:: detect_intent_response
Response of the Dialogflow Sessions.DetectIntent call.
:type: google.cloud.dialogflow_v2beta1.types.DetectIntentResponse
Attributes | |
---|---|
Name | Description |
response_messages |
Sequence[google.cloud.dialogflow_v2beta1.types.ResponseMessage]
Response messages from the automated agent. |
intent |
str
Name of the intent if an intent is matched for the query. For a V2 query, the value format is projects/ .
For a V3 query, the value format is
projects/ .
|
event |
str
Event name if an event is triggered for the query. |
cx_session_parameters |
google.protobuf.struct_pb2.Struct
The collection of current Dialogflow CX agent session parameters at the time of this response. |