View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ImportIntentsResponse (google_api_dialogflow v0.78.0)

The response message for Intents.ImportIntents.

Attributes

  • conflictingResources (type: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources.t, default: nil) - Info which resources have conflicts when REPORT_CONFLICT merge_option is set in ImportIntentsRequest.
  • intents (type: list(String.t), default: nil) - The unique identifier of the imported intents. Format: projects//locations//agents//intents/.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ImportIntentsResponse{
    conflictingResources:
      GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources.t()
      | nil,
    intents: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.