public enum ResponseMessage.ResponseType extends Enum<ResponseMessage.ResponseType> implements ProtocolMessageEnum
Represents different response types.
Protobuf enum google.cloud.dialogflow.cx.v3.ResponseMessage.ResponseType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ENTRY_PROMPT |
The response is from an entry prompt in the page. |
ENTRY_PROMPT_VALUE |
The response is from an entry prompt in the page. |
HANDLER_PROMPT |
The response is from a transition route or an event handler in the page or flow or transition route group. |
HANDLER_PROMPT_VALUE |
The response is from a transition route or an event handler in the page or flow or transition route group. |
PARAMETER_PROMPT |
The response is from form-filling prompt in the page. |
PARAMETER_PROMPT_VALUE |
The response is from form-filling prompt in the page. |
RESPONSE_TYPE_UNSPECIFIED |
Not specified. |
RESPONSE_TYPE_UNSPECIFIED_VALUE |
Not specified. |
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() |