public sealed class UpdateIntentRequest : IMessage<UpdateIntentRequest>, IEquatable<UpdateIntentRequest>, IDeepCloneable<UpdateIntentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class UpdateIntentRequest.
The request message for
[Intents.UpdateIntent][google.cloud.dialogflow.v2.Intents.UpdateIntent].
Optional. The language used to access language-specific data.
If not specified, the agent's default language is used.
For more information, see
Multilingual intent and entity
data.
[[["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 provided content details the `UpdateIntentRequest` class within the Google Cloud Dialogflow v2 API, showcasing its various versions and inheritance."],["The `UpdateIntentRequest` class is used to send a message requesting to update an intent within the Dialogflow system, allowing for the adjustment of intent properties."],["Key properties of the `UpdateIntentRequest` class include `Intent` to specify the intent to be updated, `IntentView` to control the returned view, `LanguageCode` for language-specific data, and `UpdateMask` to specify which fields should be updated."],["The page lists the availability of this class across different versions of the Dialogflow V2 API, ranging from version 3.2.0 to the latest 4.26.0."],["The `UpdateIntentRequest` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, providing it with various functionalities."]]],[]]