TurnDetection constructor
const
TurnDetection({})
Implementation
const TurnDetection({
required this.type,
this.threshold,
this.prefixPaddingMs,
this.silenceDurationMs,
this.eagerness,
this.createResponse,
this.interruptResponse,
this.idleTimeoutMs,
});