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-03-21 UTC."],[[["This webpage provides documentation for the `GetIntentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its usage in retrieving intent information in Dialogflow."],["The `GetIntentRequest` class is part of the Google Cloud Dialogflow V2 .NET library, implemented as a sealed class that supports various interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class allows you to request specific intents using their name, with optional parameters like `IntentView` and `LanguageCode` to customize the data that is returned."],["The documentation lists multiple versions of the `GetIntentRequest` class, ranging from version 3.2.0 up to the latest version 4.26.0, each with a direct link to the respective documentation."],["`GetIntentRequest` includes constructors, properties, and the ability to access different intent versions and inherit members from the base `Object` class."]]],[]]