Enumeration ActivityHandling

The different ways of handling user activity.

Enumeration Members

ACTIVITY_HANDLING_UNSPECIFIED: "ACTIVITY_HANDLING_UNSPECIFIED"

If unspecified, the default behavior is START_OF_ACTIVITY_INTERRUPTS.

NO_INTERRUPTION: "NO_INTERRUPTION"

The model's response will not be interrupted.

START_OF_ACTIVITY_INTERRUPTS: "START_OF_ACTIVITY_INTERRUPTS"

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.