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, across multiple versions of the API."],["The latest version available for `UpdateIntentRequest` is 4.26.0, and this page lists versions from 4.26.0 down to 3.2.0."],["The `UpdateIntentRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while the class contains properties for `Intent`, `IntentView`, `LanguageCode`, and `UpdateMask`."],["There are two constructor overloads available for this class, with one that is parameterless and another one that takes an `UpdateIntentRequest` object as a parameter."],["The class resides within the `Google.Cloud.Dialogflow.V2` namespace and is part of the `Google.Cloud.Dialogflow.V2.dll` assembly."]]],[]]