public sealed class GetIntentRequest : IMessage<GetIntentRequest>, IEquatable<GetIntentRequest>, IDeepCloneable<GetIntentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class GetIntentRequest.
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 Dialogflow v3 API class `GetIntentRequest` is 2.23.0, with a range of versions available, including older releases down to version 1.0.0."],["This page provides reference documentation and code samples for the `GetIntentRequest` class, which is a message type used to request a specific intent within the Dialogflow v3 API."],["The `GetIntentRequest` class has several key properties, including `IntentName`, `LanguageCode`, and `Name`, which are crucial for specifying the desired intent and language."],["The `GetIntentRequest` class inherits from `object` and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The Dialogflow v3 API supports multiple languages and the property `LanguageCode` allows you to indicate the language you are wanting to use with the `GetIntentRequest` class, but they must be enabled in the agent before use."]]],[]]