public sealed class GetIntentRequest : IMessage<GetIntentRequest>, IEquatable<GetIntentRequest>, IDeepCloneable<GetIntentRequest>, IBufferMessage, IMessage
The request message for [Intents.GetIntent][google.cloud.dialogflow.v2.Intents.GetIntent].
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-04-09 UTC."],[[["This webpage provides documentation for the `GetIntentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its usage in various versions, with the latest version being 4.26.0."],["The `GetIntentRequest` class is used to request a specific intent from the Dialogflow API, as it is the request message for `Intents.GetIntent`."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring its integration with Google Protobuf and .NET ecosystems."],["The `GetIntentRequest` class has properties such as `IntentName`, `IntentView`, `LanguageCode`, and `Name`, allowing for specific configuration of the intent retrieval request."],["There are many versions of the `GetIntentRequest` class spanning from version 3.2.0 all the way up to the most recent version, 4.26.0."]]],[]]