BargeInConfig
import type { BargeInConfig } from "https://googleapis.deno.dev/v1/ces:v1.ts";Configuration for how the user barge-in activities should be handled.
interface BargeInConfig {
bargeInAwareness?: boolean;
disableBargeIn?: boolean;
}import type { BargeInConfig } from "https://googleapis.deno.dev/v1/ces:v1.ts";Configuration for how the user barge-in activities should be handled.