View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ImportIntentsRequest (google_api_dialogflow v0.88.3)
The request message for Intents.ImportIntents.
Attributes
-
intentsContent
(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3InlineSource.t
, default:nil
) - Uncompressed byte content of intents. -
intentsUri
(type:String.t
, default:nil
) - The Google Cloud Storage URI to import intents from. The format of this URI must begs:///
. Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see Dialogflow access control. -
mergeOption
(type:String.t
, default:nil
) - Merge option for importing intents. If not specified,REJECT
is assumed.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ImportIntentsRequest{ intentsContent: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3InlineSource.t() | nil, intentsUri: String.t() | nil, mergeOption: String.t() | nil }