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 provides documentation for the `UpdateIntentRequest` class within the Google.Cloud.Dialogflow.V2 namespace, specifically for .NET development."],["The `UpdateIntentRequest` class is used to define requests for updating intents in Dialogflow, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page lists various versions of the Dialogflow V2 API, ranging from version 3.2.0 to the latest version 4.26.0, along with documentation links for each."],["The `UpdateIntentRequest` class includes properties like `Intent`, `IntentView`, `LanguageCode`, and `UpdateMask` for specifying the details of the intent update operation."],["The page details the constructors available for `UpdateIntentRequest`, including a default constructor and one that accepts another `UpdateIntentRequest` object for cloning."]]],[]]