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."],[[["The `UpdateIntentRequest` class is used to send a request to update an intent in the Google Cloud Dialogflow v2beta1 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which enable functionalities like message handling, equality comparisons, deep cloning, and buffer operations."],["It has constructors for creating an empty instance or copying from an existing `UpdateIntentRequest` instance."],["The class contains properties such as `Intent`, `IntentView`, `LanguageCode`, and `UpdateMask`, which define the intent to update, the view of the intent, the language for accessing data, and the fields to update respectively."],["The `UpdateIntentRequest` is part of the `Google.Cloud.Dialogflow.V2Beta1` namespace, available in the `Google.Cloud.Dialogflow.V2Beta1.dll` assembly."]]],[]]