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."],[[["This webpage provides reference documentation for the `GetIntentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, covering versions from 1.0.0 up to the latest version 2.23.0."],["The `GetIntentRequest` class is a request message used for the `Intents.GetIntent` method in the Dialogflow v3 API, which is implemented with specific interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes details about the class's inheritance, constructors, properties such as `IntentName`, `LanguageCode`, and `Name`, and also provides information on its assembly, inherited members, and the namespace it belongs to."],["The latest version of `GetIntentRequest` is 2.23.0, while version 2.13.0 is also available on this page for reference, and older versions can be found, dating back to 1.0.0."]]],[]]