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 page details the `GetIntentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for retrieving intent data in Dialogflow CX."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `Object` class."],["The `GetIntentRequest` class has properties including `IntentName`, `LanguageCode`, and `Name`, which are used to specify the intent and language to retrieve."],["There are listed versions of the page documentation ranging from 2.23.0 (latest) down to 1.0.0 of `Google.Cloud.Dialogflow.Cx.V3` GetIntentRequest, all accessible through their respective URLs."],["The `GetIntentRequest` class includes two constructors: a default constructor `GetIntentRequest()` and an overloaded constructor `GetIntentRequest(GetIntentRequest other)` that takes another `GetIntentRequest` object as a parameter."]]],[]]