Class IntentFollowupIntentInfoGetArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class IntentFollowupIntentInfoGetArgs : ResourceArgs
Constructors
View SourceIntentFollowupIntentInfoGetArgs()
Declaration
public IntentFollowupIntentInfoGetArgs()
Properties
View SourceFollowupIntentName
Declaration
public Input<string> FollowupIntentName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> ParentFollowupIntentName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |