LfA2aV1SendMessageConfiguration constructor
LfA2aV1SendMessageConfiguration({
- List<
String> ? acceptedOutputModes, - int? historyLength,
- bool? returnImmediately,
- LfA2aV1TaskPushNotificationConfig? taskPushNotificationConfig,
Implementation
LfA2aV1SendMessageConfiguration({
this.acceptedOutputModes,
this.historyLength,
this.returnImmediately,
this.taskPushNotificationConfig,
});