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."],[[["The `GetIntentRequest` class is used to request an intent from the Dialogflow API, with 4.26.0 as the latest version available."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use within the .NET environment."],["The `GetIntentRequest` includes properties such as `IntentName`, `IntentView`, `LanguageCode`, and `Name` to specify the intent being requested, the view, language, and identifier, respectively."],["The class has two constructors, one default constructor and another that takes in another `GetIntentRequest` object as a parameter, allowing you to copy another object into this one."],["The class lists every previous version available to use all the way back to version 3.2.0."]]],[]]