ConversationConfig constructor

const ConversationConfig({
  1. bool? textOnly,
  2. int? maxDurationSeconds,
  3. List<ClientEvent>? clientEvents,
})

Implementation

const ConversationConfig({
  this.textOnly,
  this.maxDurationSeconds,
  this.clientEvents,
});