public sealed class UpdateIntentRequest : IMessage<UpdateIntentRequest>, IEquatable<UpdateIntentRequest>, IDeepCloneable<UpdateIntentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class UpdateIntentRequest.
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.
[[["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 document provides reference documentation for the `UpdateIntentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET."],["The `UpdateIntentRequest` class is used as a request message for updating intents in the Dialogflow CX v3 API, with the latest version being 2.23.0, and it is currently displaying documentation for version 2.19.0."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `UpdateIntentRequest` class includes properties like `Intent`, `LanguageCode`, and `UpdateMask` to specify the intent to be updated, the language of training phrases, and the fields to be updated, respectively."],["The documentation outlines available versions from 1.0.0 up to 2.23.0, each linking to their respective version specific pages."]]],[]]