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 document provides detailed information on the `UpdateIntentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used to update intents in Dialogflow CX."],["The `UpdateIntentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The document lists multiple versions of the `Google.Cloud.Dialogflow.Cx.V3` library, ranging from version 2.23.0 (latest) down to 1.0.0, with links to documentation for each version's `UpdateIntentRequest`."],["The class contains three primary properties: `Intent` (the intent to update), `LanguageCode` (the language of the intent's training phrases), and `UpdateMask` (specifying which fields should be updated)."],["The two constructors listed for the `UpdateIntentRequest` class is the default constructor and the constructor that take a `UpdateIntentRequest` object, called `other`, as a parameter."]]],[]]