public sealed class GetIntentRequest : IMessage<GetIntentRequest>, IEquatable<GetIntentRequest>, IDeepCloneable<GetIntentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class GetIntentRequest.
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 reference documentation for the `GetIntentRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.17.0."],["`GetIntentRequest` is used as the request message for retrieving intent information via `Intents.GetIntent`."],["The `GetIntentRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data manipulation."],["Key properties of `GetIntentRequest` include `IntentName`, `IntentView`, `LanguageCode`, and `Name`, which are used to specify the intent to retrieve, the desired view of the intent, the language for data access, and the intent's name, respectively."],["The webpage also lists links to documentation for previous versions of the Dialogflow API, ranging from version 4.26.0 down to 3.2.0, showing the version history for this class."]]],[]]