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 retrieving intent information in Dialogflow."],["The `GetIntentRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to interact with Google Protobuf structures and .NET comparison features."],["The `GetIntentRequest` class has two constructors, one default and one that takes another `GetIntentRequest` instance for copying, allowing for both new object creation and cloning."],["Key properties of `GetIntentRequest` include `IntentName` for the intent resource, `IntentView` for specifying the intent view, `LanguageCode` for multilingual data access, and `Name` for the intent's unique identifier."],["The webpage contains a list of hyperlinks for previous versions of the `GetIntentRequest` class, ranging from version 4.26.0 (latest) down to 3.2.0."]]],[]]