public sealed class UpdateIntentRequest : IMessage<UpdateIntentRequest>, IEquatable<UpdateIntentRequest>, IDeepCloneable<UpdateIntentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class UpdateIntentRequest.
The request message for
[Intents.UpdateIntent][google.cloud.dialogflow.v2beta1.Intents.UpdateIntent].
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page provides reference documentation for the `UpdateIntentRequest` class within the Google Cloud Dialogflow v2beta1 API, specifically for versions 1.0.0-beta22 and 1.0.0-beta23."],["The `UpdateIntentRequest` class is used as the request message for the `Intents.UpdateIntent` method and inherits from the `object` class while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `UpdateIntentRequest` include `Intent` (the intent to be updated), `IntentView` (the resource view), `LanguageCode` (for language-specific data), and `UpdateMask` (to control which fields are updated)."],["The class also includes two constructors, one default and another for creating a copy from an existing `UpdateIntentRequest`."],["The `UpdateIntentRequest` class is found in the namespace `Google.Cloud.Dialogflow.V2Beta1` and the assembly `Google.Cloud.Dialogflow.V2Beta1.dll`."]]],[]]