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 .NET."],["`UpdateIntentRequest` is used to update intents within Dialogflow, with the latest version being 4.26.0, though multiple versions are available, starting from version 3.2.0."],["The class `UpdateIntentRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the `Object` class."],["The `UpdateIntentRequest` class has constructors for default initialization and creating a copy, along with properties like `Intent`, `IntentView`, `LanguageCode`, and `UpdateMask` for managing intent updates."],["The documentation provides information about the implementation of the class, including the methods and functions inherited, and the namespace and assembly associated."]]],[]]