Enum ResponseMessage.ResponseType (0.52.0)

public enum ResponseMessage.ResponseType extends Enum<ResponseMessage.ResponseType> implements ProtocolMessageEnum

Represents different response types.

Protobuf enum google.cloud.dialogflow.cx.v3.ResponseMessage.ResponseType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ENTRY_PROMPT

The response is from an entry prompt in the page.

ENTRY_PROMPT = 1;

ENTRY_PROMPT_VALUE

The response is from an entry prompt in the page.

ENTRY_PROMPT = 1;

HANDLER_PROMPT

The response is from a transition route or an event handler in the page or flow or transition route group.

HANDLER_PROMPT = 3;

HANDLER_PROMPT_VALUE

The response is from a transition route or an event handler in the page or flow or transition route group.

HANDLER_PROMPT = 3;

PARAMETER_PROMPT

The response is from form-filling prompt in the page.

PARAMETER_PROMPT = 2;

PARAMETER_PROMPT_VALUE

The response is from form-filling prompt in the page.

PARAMETER_PROMPT = 2;

RESPONSE_TYPE_UNSPECIFIED

Not specified.

RESPONSE_TYPE_UNSPECIFIED = 0;

RESPONSE_TYPE_UNSPECIFIED_VALUE

Not specified.

RESPONSE_TYPE_UNSPECIFIED = 0;

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()