Enumeration TurnCoverage

Options about which input is included in the user's turn.

Enumeration Members

TURN_COVERAGE_UNSPECIFIED: "TURN_COVERAGE_UNSPECIFIED"

If unspecified, the default behavior is TURN_INCLUDES_ONLY_ACTIVITY.

TURN_INCLUDES_ALL_INPUT: "TURN_INCLUDES_ALL_INPUT"

The users turn includes all realtime input since the last turn, including inactivity (e.g. silence on the audio stream).

TURN_INCLUDES_ONLY_ACTIVITY: "TURN_INCLUDES_ONLY_ACTIVITY"

The users turn only includes activity since the last turn, excluding inactivity (e.g. silence on the audio stream). This is the default behavior.