ExportIntentsResponse

The response message for Intents.ExportIntents.

JSON representation
{

  // The following is a list of mutually exclusive fields. At most one of the
  // fields will be set in a response:
  "intentsUri": string,
  "intentsContent": {
    object (InlineDestination)
  }
  // End of mutually exclusive fields.
}
Fields
The exported intents. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response:
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.

End of mutually exclusive fields.