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.
Property Value
Type
Description
string
UpdateMask
public FieldMask UpdateMask { get; set; }
Optional. The mask to control which fields get updated.
[[["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 reference documentation for the `UpdateIntentRequest` class within the Google Cloud Dialogflow v2 API, detailing its usage and structure."],["The `UpdateIntentRequest` class is used to update an intent, as part of the `Intents.UpdateIntent` process, which is included in the Dialogflow V2."],["The documentation covers various versions of the Dialogflow V2 API, ranging from version 3.2.0 to the latest version 4.26.0, each with its own specific `UpdateIntentRequest` documentation."],["The `UpdateIntentRequest` class has properties like `Intent`, `IntentView`, `LanguageCode`, and `UpdateMask`, allowing for control over intent updates."],["This page showcases the class's inheritance, implementing interfaces, constructors, and properties, along with their detailed descriptions and property value information."]]],[]]