public sealed class Intent.Types.FollowupIntentInfo : IMessage<Intent.Types.FollowupIntentInfo>, IEquatable<Intent.Types.FollowupIntentInfo>, IDeepCloneable<Intent.Types.FollowupIntentInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Intent.Types.FollowupIntentInfo.
Represents a single followup intent in the chain.
Implements
IMessageIntentTypesFollowupIntentInfo, IEquatableIntentTypesFollowupIntentInfo, IDeepCloneableIntentTypesFollowupIntentInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
FollowupIntentInfo()
public FollowupIntentInfo()
FollowupIntentInfo(FollowupIntentInfo)
public FollowupIntentInfo(Intent.Types.FollowupIntentInfo other)
Parameter | |
---|---|
Name | Description |
other |
IntentTypesFollowupIntentInfo |
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 |