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 latest version of the `UpdateIntentRequest` class is 2.23.0, part of the `Google.Cloud.Dialogflow.Cx.V3` namespace in the .NET environment."],["This class, `UpdateIntentRequest`, is used to send a request to update an intent in Dialogflow CX and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`UpdateIntentRequest` has properties for `Intent`, `LanguageCode`, and `UpdateMask`, allowing users to specify the intent to update, the language of training phrases, and which fields to update, respectively."],["There are numerous previous versions available for `UpdateIntentRequest`, ranging from 1.0.0 to 2.22.0, providing a history of updates to the class."],["The `UpdateIntentRequest` class is contained within the Google.Cloud.Dialogflow.Cx.V3.dll assembly."]]],[]]