google_api_dialogflow v0.38.0 GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2BatchUpdateIntentsRequest View Source
Attributes
intentBatchInline
(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IntentBatch.t
, default:nil
) - The collection of intents to update or create.intentBatchUri
(type:String.t
, default:nil
) - The URI to a Google Cloud Storage file containing intents to update or create. The file format can either be a serialized proto (of IntentBatch type) or JSON object. Note: The URI must start with "gs://".intentView
(type:String.t
, default:nil
) - Optional. The resource view to apply to the returned intent.languageCode
(type:String.t
, default:nil
) - Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.updateMask
(type:String.t
, default:nil
) - Optional. The mask to control which fields get updated.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2BatchUpdateIntentsRequest{ intentBatchInline: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IntentBatch.t(), intentBatchUri: String.t(), intentView: String.t(), languageCode: String.t(), updateMask: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.