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 page details the `UpdateIntentRequest` class, which is used to update intents within the Google Cloud Dialogflow CX V3 API, across multiple versions of the API."],["The latest version of the API available on this page is version 2.23.0, although versions down to 1.0.0 are also documented, and all versions are linked to the specific documentation."],["The `UpdateIntentRequest` class has constructors and properties such as `Intent`, `LanguageCode`, and `UpdateMask` to allow manipulation of intent within the Dialogflow CX service."],["The `UpdateIntentRequest` is a request message for the `Intents.UpdateIntent` method and inherits properties and methods from multiple interfaces."],["Each version listed provides access to specific documentation related to the UpdateIntentRequest, giving users the ability to reference all of the specific properties, constructors, and methods for that specific version of the code."]]],[]]