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

The response message for EntityTypes.ImportEntityTypes.

Attributes

  • conflictingResources (type: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources.t, default: nil) - Info which resources have conflicts when REPORT_CONFLICT merge_option is set in ImportEntityTypesRequest.
  • entityTypes (type: list(String.t), default: nil) - The unique identifier of the imported entity types. Format: projects//locations//agents//entity_types/.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3ImportEntityTypesResponse{
    conflictingResources:
      GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources.t()
      | nil,
    entityTypes: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.