View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2BatchDeleteIntentsRequest (google_api_dialogflow v0.78.0)

The 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 intent name must 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
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.