Assign or unassign the selected conversations.
This function is only available on context of types
SINGLE_CONVERSATION
andMULTI_CONVERSATIONS
function assign(teammateId: string | null, cancelToken?: CancelToken): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
teammateId | String | null | ID of the teammate to assign the conversation to. |
cancelToken | CancelToken (optional) | Token to cancel the request. |
To unassign the selected conversations, set the teammateId
parameter to null
.
Return value
The function returns a promise that resolves once Front receives the request.