Class Intent.Types.FollowupIntentInfo (3.7.0)

public sealed class FollowupIntentInfo : IMessage<Intent.Types.FollowupIntentInfo>, IEquatable<Intent.Types.FollowupIntentInfo>, IDeepCloneable<Intent.Types.FollowupIntentInfo>, IBufferMessage, IMessage

Represents a single followup intent in the chain.

Inheritance

Object > Intent.Types.FollowupIntentInfo

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

FollowupIntentInfo()

public FollowupIntentInfo()

FollowupIntentInfo(Intent.Types.FollowupIntentInfo)

public FollowupIntentInfo(Intent.Types.FollowupIntentInfo other)
Parameter
NameDescription
otherIntent.Types.FollowupIntentInfo

Properties

FollowupIntentName

public string FollowupIntentName { get; set; }

The unique identifier of the followup intent. Format: projects/{Project ID}/agent/intents/{Intent ID}.

Property Value
TypeDescription
String

ParentFollowupIntentName

public string ParentFollowupIntentName { get; set; }

The unique identifier of the followup intent's parent. Format: projects/{Project ID}/agent/intents/{Intent ID}.

Property Value
TypeDescription
String