public sealed class GetIntentRequest : IMessage<GetIntentRequest>, IEquatable<GetIntentRequest>, IDeepCloneable<GetIntentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class GetIntentRequest.
The request message for
[Intents.GetIntent][google.cloud.dialogflow.cx.v3.Intents.GetIntent].
The language to retrieve the intent for. The following fields are language
dependent:
Intent.training_phrases.parts.text
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-04-09 UTC."],[[["This document provides reference documentation for the `GetIntentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET, with the latest version being 2.23.0 and this document version being 2.22.0."],["`GetIntentRequest` is a message type used to request intent data from the Dialogflow v3 API and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetIntentRequest` class has properties such as `IntentName`, `LanguageCode`, and `Name`, which are used to specify the intent being requested and its associated details."],["The webpage contains the list of all versions of the GetIntentRequest from 2.23.0 all the way down to 1.0.0."],["The `GetIntentRequest` class includes constructors that allow for the creation of new instances, including one for copying from an existing `GetIntentRequest` object."]]],[]]