GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2BatchDeleteIntentsRequest (google_api_dialogflow v0.89.0)
View SourceThe request message for Intents.BatchDeleteIntents.
Attributes
-
intents(type:list(GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2Intent.t), default:nil) - Required. The collection of intents to delete. Only intentnamemust be filled in.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2BatchDeleteIntentsRequest{ intents: [GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2Intent.t()] | nil }