Google Cloud Dialogflow V2 Client - Class AutomatedAgentReplyType (1.8.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class AutomatedAgentReplyType.

Represents different automated agent reply types.

Protobuf type google.cloud.dialogflow.v2.AutomatedAgentReply.AutomatedAgentReplyType

Namespace

Google \ Cloud \ Dialogflow \ V2 \ AutomatedAgentReply

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

AUTOMATED_AGENT_REPLY_TYPE_UNSPECIFIED

Value: 0

Not specified. This should never happen.

Generated from protobuf enum AUTOMATED_AGENT_REPLY_TYPE_UNSPECIFIED = 0;

PARTIAL

Value: 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.

Generated from protobuf enum PARTIAL = 1;

PBFINAL

Value: 2

Final reply.

Generated from protobuf enum FINAL = 2;