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 page details the `GetIntentRequest` class, which is used to request a specific intent from the Google Cloud Dialogflow V2 API."],["The `GetIntentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for diverse functionality such as message handling, equality checks, deep cloning, and buffered messaging."],["The class includes properties such as `IntentName`, `IntentView`, `LanguageCode`, and `Name`, which allow you to specify the desired intent, the level of detail to return, the language to use for language-specific data, and the resource name of the intent, respectively."],["There is a list of previous versions of the package, all the way back to version 3.2.0, with the latest version being 4.26.0, all of which having the `GetIntentRequest` class available."]]],[]]