public sealed class UpdateIntentRequest : IMessage<UpdateIntentRequest>, IEquatable<UpdateIntentRequest>, IDeepCloneable<UpdateIntentRequest>, IBufferMessage, IMessage
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"]],[["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-04-09 UTC."],[[["This page details the `UpdateIntentRequest` class, which is used to update an intent within the Google Cloud Dialogflow V2 API, shown through the numerous versions listed."],["The `UpdateIntentRequest` class, found in the `Google.Cloud.Dialogflow.V2` namespace, is a request message that inherits from `Object` and implements several interfaces like `IMessage` and `IEquatable`."],["Key properties of the `UpdateIntentRequest` class include `Intent`, which is the intent to be updated, `IntentView` to specify the view of the returned intent, `LanguageCode` to specify language-specific data, and `UpdateMask` to control field updates."],["The latest version available of the `UpdateIntentRequest` class is 4.26.0, and it is possible to access older versions of the class up to 3.2.0, as listed."],["The `UpdateIntentRequest` class has two constructors: a default constructor, and one that allows for the input of another `UpdateIntentRequest` as a parameter to copy."]]],[]]