SendMessageConfiguration constructor
SendMessageConfiguration({
- List<
String> ? acceptedOutputModes, - bool? blocking,
- int? historyLength,
- PushNotificationConfig? pushNotification,
Implementation
SendMessageConfiguration({
this.acceptedOutputModes,
this.blocking,
this.historyLength,
this.pushNotification,
});