ExportIntentsResponse

The response message for Intents.ExportIntents.

JSON representation
{

  // Union field intents can be only one of the following:
  "intentsUri": string,
  "intentsContent": {
    object (InlineDestination)
  }
  // End of list of possible types for union field intents.
}
Fields
Union field intents. The exported intents. intents can be only one of the following:
intentsUri

string

The URI to a file containing the exported intents. This field is populated only if intentsUri is specified in ExportIntentsRequest.

intentsContent

object (InlineDestination)

Uncompressed byte content for intents. This field is populated only if intentsContentInline is set to true in ExportIntentsRequest.

InlineDestination

Inline destination for a Dialogflow operation that writes or exports objects (e.g. intents) outside of Dialogflow.

JSON representation
{
  "content": string
}
Fields
content

string (bytes format)

Output only. The uncompressed byte content for the objects. Only populated in responses.

A base64-encoded string.