Enum AutomatedAgentReply.AutomatedAgentReplyType (4.47.0)

public enum AutomatedAgentReply.AutomatedAgentReplyType extends Enum<AutomatedAgentReply.AutomatedAgentReplyType> implements ProtocolMessageEnum

Represents different automated agent reply types.

Protobuf enum google.cloud.dialogflow.v2beta1.AutomatedAgentReply.AutomatedAgentReplyType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AUTOMATED_AGENT_REPLY_TYPE_UNSPECIFIED

Not specified. This should never happen.

AUTOMATED_AGENT_REPLY_TYPE_UNSPECIFIED = 0;

AUTOMATED_AGENT_REPLY_TYPE_UNSPECIFIED_VALUE

Not specified. This should never happen.

AUTOMATED_AGENT_REPLY_TYPE_UNSPECIFIED = 0;

FINAL

Final reply.

FINAL = 2;

FINAL_VALUE

Final reply.

FINAL = 2;

PARTIAL

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.

PARTIAL = 1;

PARTIAL_VALUE

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.

PARTIAL = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()