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 page details the `GetIntentRequest` class, which is used to request intent information from the Dialogflow API, as part of version 3.5.0 and above."],["The latest version available for this class is 4.26.0, with numerous preceding versions available for viewing, down to version 3.2.0."],["The `GetIntentRequest` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetIntentRequest` class include `IntentName`, `IntentView`, `LanguageCode`, and `Name`, allowing for specifying intent details and retrieval options."],["It has two constructors, one that is parameterless, and the other which takes another `GetIntentRequest` to use as a template for the new object."]]],[]]