Class GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo
Represents a single followup intent in the chain.
Inheritance
System.Object
GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.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 |
|---|---|
| System.String |