Class GoogleCloudDialogflowV2IntentFollowupIntentInfo
Represents a single followup intent in the chain.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2IntentFollowupIntentInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FollowupIntentName
The unique identifier of the followup intent. Format: projects//agent/intents/
.
Declaration
[JsonProperty("followupIntentName")]
public virtual string FollowupIntentName { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentFollowupIntentName
The unique identifier of the followup intent's parent. Format: projects//agent/intents/
.
Declaration
[JsonProperty("parentFollowupIntentName")]
public virtual string ParentFollowupIntentName { get; set; }
Property Value
Type | Description |
---|---|
string |