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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]