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."],[[["This document outlines the `UpdateIntentRequest` class, which is used to update an intent within the Google Cloud Dialogflow CX V3 service."],["The latest version of the class is 2.23.0, and it has a history of versions listed in the document all the way back to 1.0.0."],["The `UpdateIntentRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Intent`, `LanguageCode`, and `UpdateMask` to specify the intent to be updated, the language of the intent's training phrases, and which fields to update, respectively."],["The properties within the `UpdateIntentRequest` class contain type and description information, such as for the 'Intent' property, which is of the `Intent` type, and the 'LanguageCode' property, which is a `String`."]]],[]]