public sealed class UpdateIntentRequest : IMessage<UpdateIntentRequest>, IEquatable<UpdateIntentRequest>, IDeepCloneable<UpdateIntentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class UpdateIntentRequest.
The request message for
[Intents.UpdateIntent][google.cloud.dialogflow.v2.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 v2 API, specifically focusing on version 4.11.0, but also providing links to other versions."],["The `UpdateIntentRequest` class is used to update intents and is part of the `Google.Cloud.Dialogflow.V2` namespace, residing in the `Google.Cloud.Dialogflow.V2.dll` assembly."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities like message handling, equality comparison, deep cloning, and buffer management."],["The `UpdateIntentRequest` class contains properties such as `Intent`, `IntentView`, `LanguageCode`, and `UpdateMask`, which are used to specify the intent to be updated, the view to apply, the language, and the fields to be updated respectively."],["The page also documents the constructors available for creating `UpdateIntentRequest` objects, either through a default constructor or by using another `UpdateIntentRequest` object as a template."]]],[]]