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."],[[["This page provides reference documentation for the `UpdateIntentRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET platform."],["The `UpdateIntentRequest` class is used to send requests for updating intents via the `Intents.UpdateIntent` method."],["The documentation outlines the properties available in the `UpdateIntentRequest` class including `Intent`, `IntentView`, `LanguageCode`, and `UpdateMask`, and they each serve a specific purpose for updating the intent."],["The class implements several interfaces, like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The latest version is 4.26.0, and this page provides access to the documentation for other versions, ranging from 4.26.0 to 3.2.0, allowing developers to see the evolution of the class over time."]]],[]]