View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1ImportIntentsResponse (google_api_dialogflow v0.88.3)
The response message for Intents.ImportIntents.
Attributes
-
conflictingResources
(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources.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.V2.Model.GoogleCloudDialogflowCxV3beta1ImportIntentsResponse{ conflictingResources: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources.t() | nil, intents: [String.t()] | nil }