Optional dialA dialNumber field contains the number to dial such as a route point or extension. Required for AGENT_DN and EXTENSION login options.
The loginOption field specifies the type of login method. Controls how calls are delivered to the agent.
The unique ID representing a team of users. The agent must belong to this team.
const login: AgentLogin = { dialNumber: '1234', teamId: 'team1', loginOption: LoginOption.AGENT_DN };
Represents the request to perform agent login.