Dialogflow v3 API - Enum ExportIntentsRequest.Types.DataFormat (2.17.0)

public enum ExportIntentsRequest.Types.DataFormat

Reference documentation and code samples for the Dialogflow v3 API enum ExportIntentsRequest.Types.DataFormat.

Data format of the exported intents.

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Fields

NameDescription
Blob

Intents will be exported as raw bytes.

Csv

Intents will be exported in CSV format.

Json

Intents will be exported in JSON format.

Unspecified

Unspecified format. Treated as BLOB.