public sealed class UpdateIntentRequest : IMessage<UpdateIntentRequest>, IEquatable<UpdateIntentRequest>, IDeepCloneable<UpdateIntentRequest>, IBufferMessage, IMessage
The request message for [Intents.UpdateIntent][google.cloud.dialogflow.cx.v3.Intents.UpdateIntent].
If not specified, the agent's default language is used.
Many
languages
are supported.
Note: languages must be enabled in the agent before they can be used.
[[["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."],[[["The page provides documentation for the `UpdateIntentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its usage in updating intents."],["The latest version of `UpdateIntentRequest` documented is 2.23.0, with historical versions ranging from 1.0.0 to 2.22.0 also listed and linked."],["`UpdateIntentRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with Google's protocol buffer system."],["The `UpdateIntentRequest` class contains properties such as `Intent`, `LanguageCode`, and `UpdateMask`, which are used to specify the intent to be updated, its language, and the fields to be modified, respectively."],["It can be constructed with a default constructor or by passing in another instance of the `UpdateIntentRequest` class."]]],[]]