Enumeration InteractionStatus

The different activity states of the live session.

Enumeration Members

IDLE: "IDLE"

The server has completed all processing and background reasoning.

IN_PROGRESS: "IN_PROGRESS"

The server is still actively processing user input or running background reasoning. More model output may follow.

INTERACTION_STATUS_UNSPECIFIED: "INTERACTION_STATUS_UNSPECIFIED"

Unspecified interaction status.

REQUIRES_ACTION: "REQUIRES_ACTION"

Deprecated: Use IDLE instead.