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, spanning multiple versions."],["The `UpdateIntentRequest` class is part of the Dialogflow v3 API and is used to structure requests for updating intents, as used in the `Intents.UpdateIntent` method."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with various .NET functionalities."],["The `UpdateIntentRequest` class has properties for `Intent`, `LanguageCode`, and `UpdateMask`, which are required to specify the intent to be updated and how to update it."],["The latest version available for the class `UpdateIntentRequest` is 2.23.0, with older versions such as 1.0.0 being also documented, providing developers with access to a full range of class version details."]]],[]]