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 `GetIntentRequest` class is used to request an intent, found within the `Google.Cloud.Dialogflow.Cx.V3` namespace and is part of the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["This class provides two constructors: a default constructor and a copy constructor that takes another `GetIntentRequest` object."],["The latest version of the resource is `2.23.0` and the documentation lists versions from `2.23.0` down to `1.0.0`, which are all accessible."],["`GetIntentRequest` class implements multiple interfaces, including `IMessage`, `IEquatable\u003cGetIntentRequest\u003e`, `IDeepCloneable\u003cGetIntentRequest\u003e`, and `IBufferMessage`, providing functionalities such as message handling, equality comparison, deep cloning, and buffer management."],["Key properties of `GetIntentRequest` include `IntentName`, a resource name typed property, `LanguageCode`, to specify the language for intent retrieval, and `Name`, a required property for the name of the intent, formatted in a specific way."]]],[]]