FollowUpIntentInfo constructor

FollowUpIntentInfo({
  1. String? followUpIntentName,
  2. String? parentFollowUpIntentName,
})

Represents a single followup intent in the chain.

Implementation

FollowUpIntentInfo({
  this.followUpIntentName,
  this.parentFollowUpIntentName,
});