Enum IntentView (4.47.0)

public enum IntentView extends Enum<IntentView> implements ProtocolMessageEnum

Represents the options for views of an intent. An intent can be a sizable object. Therefore, we provide a resource view that does not return training phrases in the response by default.

Protobuf enum google.cloud.dialogflow.v2.IntentView

Implements

ProtocolMessageEnum

Static Fields

NameDescription
INTENT_VIEW_FULL

All fields are populated.

INTENT_VIEW_FULL = 1;

INTENT_VIEW_FULL_VALUE

All fields are populated.

INTENT_VIEW_FULL = 1;

INTENT_VIEW_UNSPECIFIED

Training phrases field is not populated in the response.

INTENT_VIEW_UNSPECIFIED = 0;

INTENT_VIEW_UNSPECIFIED_VALUE

Training phrases field is not populated in the response.

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