public sealed class GetIntentRequest : IMessage<GetIntentRequest>, IEquatable<GetIntentRequest>, IDeepCloneable<GetIntentRequest>, IBufferMessage, IMessageThe request message for [Intents.GetIntent][google.cloud.dialogflow.cx.v3.Intents.GetIntent].
Implements
IMessage<GetIntentRequest>, IEquatable<GetIntentRequest>, IDeepCloneable<GetIntentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
GetIntentRequest()
public GetIntentRequest()GetIntentRequest(GetIntentRequest)
public GetIntentRequest(GetIntentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetIntentRequest |
Properties
IntentName
public IntentName IntentName { get; set; }IntentName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
IntentName |
|
LanguageCode
public string LanguageCode { get; set; }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 |
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>.
| Property Value | |
|---|---|
| Type | Description |
String |
|