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 page provides documentation for the `GetIntentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, used to retrieve intent data from Dialogflow."],["The `GetIntentRequest` class is part of version 3.7.0 of the Google.Cloud.Dialogflow.V2 package and is the request message for the `Intents.GetIntent` method."],["The page details the class's properties, such as `IntentName`, `IntentView`, `LanguageCode`, and `Name`, including descriptions and data types for each."],["The documentation offers links to different versions of the `GetIntentRequest` class, ranging from version 4.26.0 (latest) down to 3.2.0, for different references and use cases."],["The `GetIntentRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and provides details on its constructors, with one constructor requiring another `GetIntentRequest` parameter."]]],[]]