Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class ContentFormat.
Represents the format of the ingested string.
Protobuf type google.cloud.dialogflow.v2.Conversation.ContextReference.ContextContent.ContentFormat
Namespace
Google \ Cloud \ Dialogflow \ V2 \ Conversation \ ContextReference \ ContextContentMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CONTENT_FORMAT_UNSPECIFIED
Value: 0
Unspecified content format.
Generated from protobuf enum CONTENT_FORMAT_UNSPECIFIED = 0;
JSON
Value: 1
Content was provided in JSON format.
Generated from protobuf enum JSON = 1;
PLAIN_TEXT
Value: 2
Content was provided as plain text.
Generated from protobuf enum PLAIN_TEXT = 2;