GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ImportIntentsResponse (google_api_dialogflow v0.89.0)
View SourceThe 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 }