public sealed class UpdateIntentRequest : IMessage<UpdateIntentRequest>, IEquatable<UpdateIntentRequest>, IDeepCloneable<UpdateIntentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class UpdateIntentRequest.
The request message for
[Intents.UpdateIntent][google.cloud.dialogflow.v2beta1.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 v2beta1 API, specifically for the .NET environment."],["The `UpdateIntentRequest` class is a request message used for updating intents via the `Intents.UpdateIntent` method, and it inherits from the object class and implements several interfaces."],["Key properties of the `UpdateIntentRequest` class include `Intent`, which is the intent to update; `IntentView`, which controls the resource view of the returned intent; `LanguageCode`, for specifying language-specific data; and `UpdateMask`, which determines which fields are updated."],["There are two constructors available for the class: the first one creates an empty UpdateIntentRequest and the second one to create one with an existing UpdateIntentRequest."],["The latest version of this API being referenced is 1.0.0-beta23."]]],[]]