View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3ExportIntentsResponse (google_api_dialogflow v0.88.3)
The response message for Intents.ExportIntents.
Attributes
-
intentsContent
(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3InlineDestination.t
, default:nil
) - Uncompressed byte content for intents. This field is populated only ifintents_content_inline
is set to true in ExportIntentsRequest. -
intentsUri
(type:String.t
, default:nil
) - The URI to a file containing the exported intents. This field is populated only ifintents_uri
is specified in ExportIntentsRequest.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3ExportIntentsResponse{ intentsContent: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3InlineDestination.t() | nil, intentsUri: String.t() | nil }