Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.13 KB

File metadata and controls

18 lines (15 loc) · 1.13 KB

# ConversationPbxCallAgent

Properties

Name Type Description Notes
agent_extension string Agent's phone extension [optional]
agent_id string Unique identifier for the agent [optional]
agent_name string Display name of the agent [optional]
agent_user_id string UltraCart user id for the agent (denormalized at index time so reporting endpoints can join on agent_user_id without translating from the agent_id login). [optional]
answered bool Whether the agent answered the call [optional]
call_sid string Twilio call SID for the agent's call leg [optional]
joined_at_dts string Timestamp when the agent joined the call [optional]
left_at_dts string Timestamp when the agent left the call [optional]
role string Role of the agent in the call [optional]
worker_sid string Twilio TaskRouter worker SID [optional]

[Back to Model list] [Back to API list] [Back to README]