OBJECT

PasswordStartAgentSessionPayload

link GraphQL Schema definition

1type PasswordStartAgentSessionPayload {
2
3# The id of client
4client_id: String!
5
6# The id of agent session
7session_id: String!
8
9# The websocket URL that client can connect to.
10websocket_url: String!
11
12}