SendMessageConfiguration constructor

SendMessageConfiguration({
  1. List<String>? acceptedOutputModes,
  2. bool? blocking,
  3. int? historyLength,
  4. PushNotificationConfig? pushNotification,
})

Implementation

SendMessageConfiguration({
  this.acceptedOutputModes,
  this.blocking,
  this.historyLength,
  this.pushNotification,
});