Enum Conversation.ContextReference.ContextContent.ContentFormat (4.66.0)

public enum Conversation.ContextReference.ContextContent.ContentFormat extends Enum<Conversation.ContextReference.ContextContent.ContentFormat> implements ProtocolMessageEnum

Represents the format of the ingested string.

Protobuf enum google.cloud.dialogflow.v2beta1.Conversation.ContextReference.ContextContent.ContentFormat

Implements

ProtocolMessageEnum

Static Fields

Name Description
CONTENT_FORMAT_UNSPECIFIED

Unspecified content format.

CONTENT_FORMAT_UNSPECIFIED = 0;

CONTENT_FORMAT_UNSPECIFIED_VALUE

Unspecified content format.

CONTENT_FORMAT_UNSPECIFIED = 0;

JSON

Content was provided in JSON format.

JSON = 1;

JSON_VALUE

Content was provided in JSON format.

JSON = 1;

PLAIN_TEXT

Content was provided as plain text.

PLAIN_TEXT = 2;

PLAIN_TEXT_VALUE

Content was provided as plain text.

PLAIN_TEXT = 2;

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