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."],[[["This webpage provides documentation for the `UpdateIntentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its use in updating intents in Dialogflow CX."],["The `UpdateIntentRequest` class is part of the Google.Cloud.Dialogflow.Cx.V3.dll assembly, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes a list of available versions, ranging from 2.23.0 (latest) down to 1.0.0, for the Google.Cloud.Dialogflow.Cx.V3 library, each with its specific documentation for UpdateIntentRequest."],["The class has properties such as `Intent`, `LanguageCode`, and `UpdateMask`, which are essential for specifying the intent to update, the language of training phrases, and which fields to modify, respectively."],["The class features two constructors, including one that allows creating a new instance as a copy of another `UpdateIntentRequest` object, and also inherits from the object class."]]],[]]