Class: Vapi::Sessions::CreateSessionDtoStatus

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

Overview

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

'completed'.

Constant Summary collapse

ACTIVE =
"active"
COMPLETED =
"completed"