public sealed class GetIntentRequest : IMessage<GetIntentRequest>, IEquatable<GetIntentRequest>, IDeepCloneable<GetIntentRequest>, IBufferMessage, IMessage
The request message for [Intents.GetIntent][google.cloud.dialogflow.cx.v3.Intents.GetIntent].
The language to retrieve the intent for. The following fields are language
dependent:
Intent.training_phrases.parts.text
If not specified, the agent's default language is used.
Many
languages
are supported.
Note: languages must be enabled in the agent before they can be used.
[[["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.Cx.V3` namespace, used in Google Cloud's Dialogflow CX."],["The latest version available for `GetIntentRequest` is 2.23.0, with a comprehensive list of prior versions dating back to 1.0.0 for the class, each hyperlinked to its respective documentation."],["The `GetIntentRequest` class is designed as a request message for the `Intents.GetIntent` function and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features constructors for creating instances, along with properties such as `IntentName`, `LanguageCode`, and `Name`, providing specifics on how to retrieve intent data from Dialogflow CX."],["The documentation shows the `GetIntentRequest` class inherits from `Object` and lists the members it inherits and provides hyperlinked access to further information of them."]]],[]]