Class GoogleCloudDialogflowV2beta1Intent
Inheritance
GoogleCloudDialogflowV2beta1Intent
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1Intent : IDirectResponseSchema
Properties
Action
Declaration
[JsonProperty("action")]
public virtual string Action { get; set; }
Property Value
Declaration
[JsonProperty("defaultResponsePlatforms")]
public virtual IList<string> DefaultResponsePlatforms { get; set; }
Property Value
DisplayName
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EndInteraction
Declaration
[JsonProperty("endInteraction")]
public virtual bool? EndInteraction { get; set; }
Property Value
Events
Declaration
[JsonProperty("events")]
public virtual IList<string> Events { get; set; }
Property Value
FollowupIntentInfo
Declaration
[JsonProperty("followupIntentInfo")]
public virtual IList<GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo> FollowupIntentInfo { get; set; }
Property Value
InputContextNames
Declaration
[JsonProperty("inputContextNames")]
public virtual IList<string> InputContextNames { get; set; }
Property Value
IsFallback
Declaration
[JsonProperty("isFallback")]
public virtual bool? IsFallback { get; set; }
Property Value
LiveAgentHandoff
Declaration
[JsonProperty("liveAgentHandoff")]
public virtual bool? LiveAgentHandoff { get; set; }
Property Value
Messages
Declaration
[JsonProperty("messages")]
public virtual IList<GoogleCloudDialogflowV2beta1IntentMessage> Messages { get; set; }
Property Value
MlDisabled
Declaration
[JsonProperty("mlDisabled")]
public virtual bool? MlDisabled { get; set; }
Property Value
MlEnabled
Declaration
[JsonProperty("mlEnabled")]
public virtual bool? MlEnabled { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
OutputContexts
Declaration
[JsonProperty("outputContexts")]
public virtual IList<GoogleCloudDialogflowV2beta1Context> OutputContexts { get; set; }
Property Value
Parameters
Declaration
[JsonProperty("parameters")]
public virtual IList<GoogleCloudDialogflowV2beta1IntentParameter> Parameters { get; set; }
Property Value
ParentFollowupIntentName
Declaration
[JsonProperty("parentFollowupIntentName")]
public virtual string ParentFollowupIntentName { get; set; }
Property Value
Priority
Declaration
[JsonProperty("priority")]
public virtual int? Priority { get; set; }
Property Value
ResetContexts
Declaration
[JsonProperty("resetContexts")]
public virtual bool? ResetContexts { get; set; }
Property Value
RootFollowupIntentName
Declaration
[JsonProperty("rootFollowupIntentName")]
public virtual string RootFollowupIntentName { get; set; }
Property Value
TrainingPhrases
Declaration
[JsonProperty("trainingPhrases")]
public virtual IList<GoogleCloudDialogflowV2beta1IntentTrainingPhrase> TrainingPhrases { get; set; }
Property Value
WebhookState
Declaration
[JsonProperty("webhookState")]
public virtual string WebhookState { get; set; }
Property Value
Implements