public sealed class UpdateIntentRequest : IMessage<UpdateIntentRequest>, IEquatable<UpdateIntentRequest>, IDeepCloneable<UpdateIntentRequest>, IBufferMessage, IMessage
The request message for [Intents.UpdateIntent][google.cloud.dialogflow.cx.v3.Intents.UpdateIntent].
If not specified, the agent's default language is used.
Many
languages
are supported.
Note: languages must be enabled in the agent before they can be used.
Property Value
Type
Description
System.String
UpdateMask
public FieldMask UpdateMask { get; set; }
The mask to control which fields get updated. If the mask is not present,
all fields will be 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-03-21 UTC."],[[["This page provides documentation for the `UpdateIntentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for updating intents in the Dialogflow CX API."],["The most recent version of this class is 2.23.0, and the page lists all versions from 1.0.0 up to the latest release."],["`UpdateIntentRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Intent`, `LanguageCode`, and `UpdateMask` to specify the intent to be updated, the language of training phrases, and which fields should be modified, respectively."],["The class contains two constructors; a parameterless constructor and another that takes in another `UpdateIntentRequest`."]]],[]]