GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2BatchUpdateIntentsRequest (google_api_dialogflow v0.73.0) 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
Specs
t() ::
%GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2BatchUpdateIntentsRequest{
intentBatchInline:
GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IntentBatch.t() | nil,
intentBatchUri: String.t() | nil,
intentView: String.t() | nil,
languageCode: String.t() | nil,
updateMask: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.