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, with the latest version being 2.23.0 and version 2.13.0 being the context for the detailed content."],["The `UpdateIntentRequest` class is used to define the request message for updating intents within the Dialogflow CX v3 API, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `UpdateIntentRequest` include `Intent` (the intent to be updated), `LanguageCode` (specifying the language for certain intent fields), and `UpdateMask` (controlling which fields are updated)."],["This documentation includes details on the class's constructors, inherited members from the base object class, and a list of all the versions that have been developed for the update intent request class."],["The list of versions that are available for this class range from 1.0.0 to 2.23.0, with the links provided for each of them."]]],[]]