Class: Vapi::SessionStatus

Inherits:
Object
  • Object
show all
Defined in:
lib/vapi_server_sdk/types/session_status.rb

Overview

This is the current status of the session. Can be either ‘active’ or

'completed'.

Constant Summary collapse

ACTIVE =
"active"
COMPLETED =
"completed"