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-03-21 UTC."],[[["This page details the `UpdateIntentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, used for updating intents in Dialogflow."],["The latest version available for the `UpdateIntentRequest` class is 4.26.0, and multiple historical versions are also accessible, ranging back to 3.2.0."],["`UpdateIntentRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of the `UpdateIntentRequest` class include `Intent` (the intent to update), `IntentView` (resource view for the intent), `LanguageCode` (language-specific data), and `UpdateMask` (controls which fields are updated)."],["The `UpdateIntentRequest` class has two constructors: a default constructor, `UpdateIntentRequest()`, and a copy constructor, `UpdateIntentRequest(UpdateIntentRequest other)`."]]],[]]