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.
Implements
IMessage<Intent.Types.FollowupIntentInfo>, IEquatable<Intent.Types.FollowupIntentInfo>, IDeepCloneable<Intent.Types.FollowupIntentInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
FollowupIntentInfo()
public FollowupIntentInfo()
FollowupIntentInfo(Intent.Types.FollowupIntentInfo)
public FollowupIntentInfo(Intent.Types.FollowupIntentInfo other)
Parameter | |
---|---|
Name | Description |
other | Intent.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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |