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."],[[["The content focuses on the `UpdateIntentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, providing details about updating intents in Dialogflow CX."],["This documentation page offers versioned references, with the latest version being 2.23.0 and the oldest being 1.0.0, for the `UpdateIntentRequest`."],["The `UpdateIntentRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its role in message handling and object management."],["Key properties of the `UpdateIntentRequest` class include `Intent`, `LanguageCode`, and `UpdateMask`, which control the intent to be updated, the language of the text, and the fields that are to be updated, respectively."],["The provided content allows the user to view the `UpdateIntentRequest` documentation in version 1.8.0, with links to every version of the `UpdateIntentRequest` up to the latest version."]]],[]]