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 properties, inheritance, and implemented interfaces."],["The `GetIntentRequest` class is used to request a specific intent from Dialogflow's `Intents.GetIntent` API."],["There are multiple versions of `GetIntentRequest`, with version 4.26.0 being the latest and various versions available from 3.2.0 to 4.26.0, providing links to each version."],["Key properties of the `GetIntentRequest` class include `IntentName`, `IntentView`, `LanguageCode`, and `Name`, allowing users to specify the intent, view, language, and intent name."],["The GetIntentRequest class implements the IMessage, IEquatable, IDeepCloneable and IBufferMessage interfaces, as well as inherits from the object class."]]],[]]