Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class DataFormat.
Data format of the exported agent.
Protobuf type google.cloud.dialogflow.cx.v3.ExportAgentRequest.DataFormat
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ ExportAgentRequestMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
DATA_FORMAT_UNSPECIFIED
Value: 0
Unspecified format.
Generated from protobuf enum DATA_FORMAT_UNSPECIFIED = 0;
BLOB
Value: 1
Agent content will be exported as raw bytes.
Generated from protobuf enum BLOB = 1;
JSON_PACKAGE
Value: 4
Agent content will be exported in JSON Package format.
Generated from protobuf enum JSON_PACKAGE = 4;