Show / Hide Table of Contents

Class IntentFollowupIntentInfoGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
IntentFollowupIntentInfoGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

IntentFollowupIntentInfoGetArgs()

Declaration
public IntentFollowupIntentInfoGetArgs()

Properties

View Source

FollowupIntentName

Declaration
public Input<string> FollowupIntentName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.