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. |
match_confidence |
float
The confidence of the match. Values range from 0.0 (completely uncertain) to 1.0 (completely certain). This value is for informational purpose only and is only used to help match the best intent within the classification threshold. This value may change for the same end-user expression at any time due to a model retraining or change in implementation. |
parameters |
google.protobuf.struct_pb2.Struct
The collection of current parameters at the time of this response. |
cx_session_parameters |
google.protobuf.struct_pb2.Struct
The collection of current Dialogflow CX agent session parameters at the time of this response. Deprecated: Use parameters instead.
|