GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExportIntentsResponse (google_api_dialogflow v0.89.0)
View SourceThe response message for Intents.ExportIntents.
Attributes
-
intentsContent(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3InlineDestination.t, default:nil) - Uncompressed byte content for intents. This field is populated only ifintents_content_inlineis 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_uriis specified in ExportIntentsRequest.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExportIntentsResponse{ intentsContent: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3InlineDestination.t() | nil, intentsUri: String.t() | nil }