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 Dialogflow API interactions."],["The `GetIntentRequest` class is used to request intent data from the Dialogflow API and has properties for specifying the intent name, language, and view."],["The page offers links to the `GetIntentRequest` documentation for versions ranging from 3.2.0 up to the latest, 4.26.0, allowing users to view details on many different versions of the `GetIntentRequest`."],["The `GetIntentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as part of the Google Protobuf library."],["The documentation includes information about the class's constructors and properties, such as `IntentName`, `IntentView`, `LanguageCode`, and `Name`, detailing their types and usage."]]],[]]