Google Cloud Dialogflow v2 API - Class GetIntentRequest (4.11.0)

public sealed class GetIntentRequest : IMessage<GetIntentRequest>, IEquatable<GetIntentRequest>, IDeepCloneable<GetIntentRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class GetIntentRequest.

The request message for [Intents.GetIntent][google.cloud.dialogflow.v2.Intents.GetIntent].

Inheritance

object > GetIntentRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.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

IntentView

public IntentView IntentView { get; set; }

Optional. The resource view to apply to the returned intent.

Property Value
TypeDescription
IntentView

LanguageCode

public string LanguageCode { get; set; }

Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Required. The name of the intent. Format: projects/<Project ID>/agent/intents/<Intent ID>.

Property Value
TypeDescription
string