WidgetSettings constructor

WidgetSettings({
  1. String? agentThinkingText,
  2. AudioVisualizerConfig? audioVisualizerConfig,
  3. String? defaultState,
  4. String? giveFeedbackUrl,
  5. String? logoIconUrl,
  6. String? position,
  7. String? reportIssueUrl,
  8. String? speakToInterruptText,
  9. String? startCallText,
  10. String? theme,
  11. String? viewHistoryUrl,
})

Implementation

WidgetSettings({
  this.agentThinkingText,
  this.audioVisualizerConfig,
  this.defaultState,
  this.giveFeedbackUrl,
  this.logoIconUrl,
  this.position,
  this.reportIssueUrl,
  this.speakToInterruptText,
  this.startCallText,
  this.theme,
  this.viewHistoryUrl,
});