Enum DetectIntentResponseView (0.92.0)

public enum DetectIntentResponseView extends Enum<DetectIntentResponseView> implements ProtocolMessageEnum

The response view specifies which fields in the QueryResult to return.

Protobuf enum google.cloud.dialogflow.cx.v3beta1.DetectIntentResponseView

Implements

ProtocolMessageEnum

Static Fields

Name Description
DETECT_INTENT_RESPONSE_VIEW_BASIC

Basic response view omits the following fields: - QueryResult.diagnostic_info - QueryResult.generative_info

DETECT_INTENT_RESPONSE_VIEW_BASIC = 2;

DETECT_INTENT_RESPONSE_VIEW_BASIC_VALUE

Basic response view omits the following fields: - QueryResult.diagnostic_info - QueryResult.generative_info

DETECT_INTENT_RESPONSE_VIEW_BASIC = 2;

DETECT_INTENT_RESPONSE_VIEW_FULL

Full response view includes all fields.

DETECT_INTENT_RESPONSE_VIEW_FULL = 1;

DETECT_INTENT_RESPONSE_VIEW_FULL_VALUE

Full response view includes all fields.

DETECT_INTENT_RESPONSE_VIEW_FULL = 1;

DETECT_INTENT_RESPONSE_VIEW_UNSPECIFIED

Not specified. FULL will be used.

DETECT_INTENT_RESPONSE_VIEW_UNSPECIFIED = 0;

DETECT_INTENT_RESPONSE_VIEW_UNSPECIFIED_VALUE

Not specified. FULL will be used.

DETECT_INTENT_RESPONSE_VIEW_UNSPECIFIED = 0;

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