google_api_dialogflow v0.24.0 GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2BatchUpdateIntentsRequest View Source
The request message for Intents.BatchUpdateIntents.
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 of training phrases, parameters and rich messages defined inintents. If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.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.