IntentSummary constructor
IntentSummary({
- required DialogActionType dialogActionType,
- String? checkpointLabel,
- ConfirmationStatus? confirmationStatus,
- FulfillmentState? fulfillmentState,
- String? intentName,
- String? slotToElicit,
- Map<
String, String> ? slots,
Implementation
IntentSummary({
required this.dialogActionType,
this.checkpointLabel,
this.confirmationStatus,
this.fulfillmentState,
this.intentName,
this.slotToElicit,
this.slots,
});