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 webpage provides documentation for the `GetIntentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its usage in the context of Dialogflow CX."],["This page covers the `GetIntentRequest` class, which is used to fetch information about a specific intent within the Dialogflow CX platform, with the latest version being 2.23.0."],["The `GetIntentRequest` class includes properties like `IntentName`, `LanguageCode`, and `Name`, allowing for precise intent retrieval by name and language, amongst other functionalities."],["The webpage also lists various versions of the `GetIntentRequest` class, ranging from version 1.0.0 up to the latest version, 2.23.0."],["The GetIntentRequest class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base Object class, and it provides two constructors."]]],[]]