Class GoogleCloudDialogflowV2IntentFollowupIntentInfo
Inheritance
GoogleCloudDialogflowV2IntentFollowupIntentInfo
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2IntentFollowupIntentInfo : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
FollowupIntentName
Declaration
[JsonProperty("followupIntentName")]
public virtual string FollowupIntentName { get; set; }
Property Value
ParentFollowupIntentName
Declaration
[JsonProperty("parentFollowupIntentName")]
public virtual string ParentFollowupIntentName { get; set; }
Property Value
Implements