Show / Hide Table of Contents

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 Source

FollowupIntentName

Declaration
public readonly string FollowupIntentName
Field Value
Type Description
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 readonly string ParentFollowupIntentName
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.