public enum AutomatedAgentReply.AutomatedAgentReplyType extends Enum<AutomatedAgentReply.AutomatedAgentReplyType> implements ProtocolMessageEnum
Represents different automated agent reply types.
Protobuf enum google.cloud.dialogflow.v2.AutomatedAgentReply.AutomatedAgentReplyType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AUTOMATED_AGENT_REPLY_TYPE_UNSPECIFIED |
Not specified. This should never happen. |
AUTOMATED_AGENT_REPLY_TYPE_UNSPECIFIED_VALUE |
Not specified. This should never happen. |
FINAL |
Final reply. |
FINAL_VALUE |
Final reply. |
PARTIAL |
Partial reply. e.g. Aggregated responses in a |
PARTIAL_VALUE |
Partial reply. e.g. Aggregated responses in a |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |