Class AutomatedAgentReply (2.30.0)

AutomatedAgentReply(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a response from an automated agent.

Attributes

NameDescription
detect_intent_response google.cloud.dialogflow_v2.types.DetectIntentResponse
Response of the Dialogflow Sessions.DetectIntent call.
automated_agent_reply_type google.cloud.dialogflow_v2.types.AutomatedAgentReply.AutomatedAgentReplyType
AutomatedAgentReply type.
allow_cancellation bool
Indicates whether the partial automated agent reply is interruptible when a later reply message arrives. e.g. if the agent specified some music as partial response, it can be cancelled.
cx_current_page str
The unique identifier of the current Dialogflow CX conversation page. Format: projects/.

Classes

AutomatedAgentReplyType

AutomatedAgentReplyType(value)

Represents different automated agent reply types.

Values: AUTOMATED_AGENT_REPLY_TYPE_UNSPECIFIED (0): Not specified. This should never happen. PARTIAL (1): Partial reply. e.g. Aggregated responses in a Fulfillment that enables return_partial_response can be returned as partial reply. WARNING: partial reply is not eligible for barge-in. FINAL (2): Final reply.