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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CONTENT_FORMAT_UNSPECIFIED |
Unspecified content format. |
CONTENT_FORMAT_UNSPECIFIED_VALUE |
Unspecified content format. |
JSON |
Content was provided in JSON format. |
JSON_VALUE |
Content was provided in JSON format. |
PLAIN_TEXT |
Content was provided as plain text. |
PLAIN_TEXT_VALUE |
Content was provided as plain text. |
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() |