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-04-09 UTC."],[[["This page provides documentation for the `UpdateIntentRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET development, across multiple versions, with the latest being 4.26.0."],["The `UpdateIntentRequest` class is used to update intents within Dialogflow and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `UpdateIntentRequest` class include `Intent`, `IntentView`, `LanguageCode`, and `UpdateMask`, allowing control over the intent to be updated, the view, the language, and the fields to be updated."],["The documentation covers a variety of versions from 3.2.0 to 4.26.0, allowing users to find documentation relevant to their specific version of the `Google.Cloud.Dialogflow.V2` library."],["The page offers details on the constructors, properties, inherited members, and implementation details of the `UpdateIntentRequest` class, alongside links to relevant Microsoft and Google Cloud documentation for further information."]]],[]]