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 webpage provides documentation for the `UpdateIntentRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for the .NET environment."],["The documentation covers a range of versions, from the latest (2.23.0) down to 1.0.0, allowing users to navigate and reference different releases of the Dialogflow CX v3 API."],["`UpdateIntentRequest` is used to modify intents in Dialogflow CX and includes properties like `Intent`, `LanguageCode`, and `UpdateMask`, each serving a unique function in updating the intent."],["The `UpdateIntentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message processing and object management."],["The webpage supplies the constructors, properties, and methods that are inherent to the `UpdateIntentRequest` class, along with detailed descriptions for each."]]],[]]