SendTextParams constructor

SendTextParams({
  1. required String content,
  2. bool? runImmediately,
  3. bool? audioResponse,
})

Implementation

SendTextParams({
  required this.content,
  this.runImmediately,
  this.audioResponse,
});