Google Cloud Dialogflow v2 API - Class Intent.Types.FollowupIntentInfo (4.18.0)

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.

Inheritance

object > Intent.Types.FollowupIntentInfo

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

FollowupIntentInfo()

public FollowupIntentInfo()

FollowupIntentInfo(FollowupIntentInfo)

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

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