Enum DetectIntentResponse.ResponseType (0.52.0)

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

Represents different DetectIntentResponse types.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FINAL

Final response.

FINAL = 2;

FINAL_VALUE

Final response.

FINAL = 2;

PARTIAL

Partial response. e.g. Aggregated responses in a Fulfillment that enables return_partial_response can be returned as partial response. WARNING: partial response is not eligible for barge-in.

PARTIAL = 1;

PARTIAL_VALUE

Partial response. e.g. Aggregated responses in a Fulfillment that enables return_partial_response can be returned as partial response. WARNING: partial response is not eligible for barge-in.

PARTIAL = 1;

RESPONSE_TYPE_UNSPECIFIED

Not specified. This should never happen.

RESPONSE_TYPE_UNSPECIFIED = 0;

RESPONSE_TYPE_UNSPECIFIED_VALUE

Not specified. This should never happen.

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