Class IntentFollowupIntentInfo
Inheritance
System.Object
IntentFollowupIntentInfo
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: Pulumi.Gcp.Diagflow.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class IntentFollowupIntentInfo
Fields
View SourceFollowupIntentName
Declaration
public readonly string FollowupIntentName
Field Value
| Type | Description |
|---|---|
| System.String |
ParentFollowupIntentName
The unique identifier of the parent intent in the chain of followup intents. Format: projects/<Project ID>/agent/intents/<Intent ID>.
Declaration
public readonly string ParentFollowupIntentName
Field Value
| Type | Description |
|---|---|
| System.String |