dataFormat property

String? dataFormat
getter/setter pair

The data format of the exported intents.

If not specified, BLOB is assumed.

Optional. Possible string values are:

  • "DATA_FORMAT_UNSPECIFIED" : Unspecified format. Treated as BLOB.
  • "BLOB" : Intents will be exported as raw bytes.
  • "JSON" : Intents will be exported in JSON format.
  • "CSV" : Intents will be exported in CSV format.

Implementation

core.String? dataFormat;