Class GoogleCloudDialogflowV2beta1IntentInput
Inheritance
GoogleCloudDialogflowV2beta1IntentInput
Assembly: Google.Apis.Dialogflow.v2beta1.dll
public class GoogleCloudDialogflowV2beta1IntentInput : IDirectResponseSchema
Properties
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("intent")]
public virtual string Intent { get; set; }
Property Value
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Implements