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."],[[["The latest version of the `GetIntentRequest` class is 2.23.0, part of the Google.Cloud.Dialogflow.Cx.V3 package."],["This page provides documentation and reference material for the `GetIntentRequest` class, detailing its inheritance, implemented interfaces, constructors, and properties, including versions ranging from 1.0.0 to the current 2.23.0."],["`GetIntentRequest` is used to retrieve a specific intent in Dialogflow CX, and requires a name property and allows a language code property to be set."],["The `GetIntentRequest` class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GetIntentRequest` includes properties such as `IntentName`, `LanguageCode`, and `Name` which are used to specify which intent to get, language, and other details."]]],[]]