Agent Builder
Get livechat settings
Returns livechat channel settings for an agent.
get/public/v1/agents/{agentId}/settings/livechat
Path parameters
agentIdstring required
Example:uuid-xxxx-xxxx
Response
Channel settings
Example response
{
"splitCharacterLimit": 1,
"closeAfter": 1,
"timeUnit": "MINUTES",
"conversationClose": "NEVER",
"feedbackVisibility": "ON_HOVER",
"feedbackText": "example",
"openFeedbackText": "example",
"feedbackReasons": [
{
"id": 1,
"reason": "example",
"order": 1
}
],
"idleSettings": {
"id": 1,
"after": 1,
"timeUnit": "MINUTES",
"resetsLimit": 1
}
}