public sealed class UpdateIntentRequest : IMessage<UpdateIntentRequest>, IEquatable<UpdateIntentRequest>, IDeepCloneable<UpdateIntentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class UpdateIntentRequest.
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 reference documentation for the `UpdateIntentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET, specifically version 2.7.0."],["`UpdateIntentRequest` is a class used to send requests for updating intents in Dialogflow CX, implementing several interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The document lists all versions of the class ranging from version 1.0.0 up to the latest version 2.23.0, with links to each version's documentation."],["Key properties within the `UpdateIntentRequest` class include `Intent` (the intent to update), `LanguageCode` (specifying the language of the intent's training phrases), and `UpdateMask` (controlling which fields are updated)."],["The `UpdateIntentRequest` class has two constructors, a parameterless one, and one that takes another `UpdateIntentRequest` instance, and it inherits from the base `object` class."]]],[]]