LfA2aV1SendMessageConfiguration constructor

LfA2aV1SendMessageConfiguration({
  1. List<String>? acceptedOutputModes,
  2. int? historyLength,
  3. bool? returnImmediately,
  4. LfA2aV1TaskPushNotificationConfig? taskPushNotificationConfig,
})

Implementation

LfA2aV1SendMessageConfiguration({
  this.acceptedOutputModes,
  this.historyLength,
  this.returnImmediately,
  this.taskPushNotificationConfig,
});