Dialogflow v3 API - Class GetIntentRequest (2.17.0)

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].

Inheritance

object > GetIntentRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

GetIntentRequest()

public GetIntentRequest()

GetIntentRequest(GetIntentRequest)

public GetIntentRequest(GetIntentRequest other)
Parameter
NameDescription
otherGetIntentRequest

Properties

IntentName

public IntentName IntentName { get; set; }

IntentName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
string