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 `UpdateIntentRequest` class is used to send a request to update an intent in Google Cloud Dialogflow CX."],["The latest version of `UpdateIntentRequest` is 2.23.0, while the current documentation is for version 1.11.0."],["This class implements `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage`, providing functionalities for message handling, comparison, cloning, and buffering."],["Key properties of the `UpdateIntentRequest` class include `Intent` (the intent to be updated), `LanguageCode` (the language of the intent's training phrases), and `UpdateMask` (controls which fields are updated)."],["There is a multitude of versions of the `UpdateIntentRequest` class available, ranging from 1.0.0 all the way to 2.23.0, where the version number increments by a tenth each time, with a major jump from 1.13.0 to 2.0.0."]]],[]]