ConversationConfig constructor
const
ConversationConfig({
- bool? textOnly,
- int? maxDurationSeconds,
- List<
ClientEvent> ? clientEvents,
Implementation
const ConversationConfig({
this.textOnly,
this.maxDurationSeconds,
this.clientEvents,
});