DialogAction constructor
DialogAction({
- required DialogActionType type,
- FulfillmentState? fulfillmentState,
- String? intentName,
- String? message,
- MessageFormatType? messageFormat,
- String? slotToElicit,
- Map<
String, String> ? slots,
Implementation
DialogAction({
required this.type,
this.fulfillmentState,
this.intentName,
this.message,
this.messageFormat,
this.slotToElicit,
this.slots,
});