Google Cloud Dialogflow v2beta1 API - Class Intent.Types.FollowupIntentInfo (1.0.0-beta15)

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 v2beta1 API class Intent.Types.FollowupIntentInfo.

Represents a single followup intent in the chain.

Inheritance

object > Intent.Types.FollowupIntentInfo

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.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