startOfActivityInterrupts constant
RealtimeInputConfig_ActivityHandling
const startOfActivityInterrupts
If true, start of activity will interrupt the model's response (also called "barge in"). The model's current response will be cut-off in the moment of the interruption. This is the default behavior.
Implementation
static const startOfActivityInterrupts = RealtimeInputConfig_ActivityHandling(
'START_OF_ACTIVITY_INTERRUPTS',
);