public sealed class BatchUpdateIntentsRequest : IMessage<BatchUpdateIntentsRequest>, IEquatable<BatchUpdateIntentsRequest>, IDeepCloneable<BatchUpdateIntentsRequest>, IBufferMessage, IMessage
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://".
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The webpage provides documentation for the `BatchUpdateIntentsRequest` class within the Google Cloud Dialogflow V2 library, specifically version 4.11.0, along with links to other versions."],["`BatchUpdateIntentsRequest` is used to update or create multiple intents within a Dialogflow agent and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties to define the intent batch, including `IntentBatchInline` and `IntentBatchUri`, which allow for specifying intents directly or via a Google Cloud Storage URI, respectively, and allows to set the language."],["The class requires the `Parent` property to be set, which specifies the agent the intents will be created or updated in, using the format `projects/\u003cProject ID\u003e/agent`, it also defines a corresponding property `ParentAsAgentName` which provides an typed view over the `Parent` property."],["The class allows optional parameters such as `IntentView`, allowing control over the amount of data returned in the response and `UpdateMask`, allowing for control of which fields are updated."]]],[]]