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.
Property Value
Type
Description
System.String
Name
public string Name { get; set; }
Required. The name of the intent.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/intents/<Intent ID>.
[[["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 content provides documentation for the `GetIntentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its usage in the Dialogflow CX API."],["There is a history of versions of this API, ranging from version 1.0.0 to the latest version 2.23.0, each with its corresponding documentation link."],["`GetIntentRequest` is used to retrieve information about a specific intent, and it requires the intent's name, which follows a specific format, alongside optional parameters like the `LanguageCode`."],["The `GetIntentRequest` class implements several interfaces, including `IMessage`, `IEquatable\u003cGetIntentRequest\u003e`, `IDeepCloneable\u003cGetIntentRequest\u003e`, and `IBufferMessage`, and has constructors for creating new instances."],["Key properties of `GetIntentRequest` include `IntentName` (typed view of the intent name), `LanguageCode` (for language-specific content retrieval), and `Name` (the formatted name of the intent)."]]],[]]