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.