Skip to content

Instantly share code, notes, and snippets.

@jmorgan74
Created November 11, 2014 14:26
Show Gist options
  • Save jmorgan74/702ddc48b51796d4e7a4 to your computer and use it in GitHub Desktop.
Save jmorgan74/702ddc48b51796d4e7a4 to your computer and use it in GitHub Desktop.
{
"ShowRemainInChatPrompt":true,
"PromptPreChatSurvey":true,
"PromptPostChatSurvey":true,
"PromptUserOnChatExit":true,
"OfferPostTextChatTranscript":true,
"ChatUnavailableRequestCallBack":false,
"ChatUnansweredRequestCallBack":false,
"OpeningTimes":[
{
"Day":"Sunday",
"Enabled":false,
"Open":{
"hour":0,
"minute":0,
"second":0
},
"Close":{
"hour":0,
"minute":0,
"second":0
}
},
{
"Day":"Monday",
"Enabled":true,
"Open":{
"hour":8,
"minute":0,
"second":0
},
"Close":{
"hour":18,
"minute":0,
"second":0
}
},
{
"Day":"Tuesday",
"Enabled":true,
"Open":{
"hour":8,
"minute":0,
"second":0
},
"Close":{
"hour":18,
"minute":0,
"second":0
}
},
{
"Day":"Wednesday",
"Enabled":true,
"Open":{
"hour":8,
"minute":0,
"second":0
},
"Close":{
"hour":18,
"minute":0,
"second":0
}
},
{
"Day":"Thursday",
"Enabled":true,
"Open":{
"hour":8,
"minute":0,
"second":0
},
"Close":{
"hour":18,
"minute":0,
"second":0
}
},
{
"Day":"Friday",
"Enabled":true,
"Open":{
"hour":8,
"minute":0,
"second":0
},
"Close":{
"hour":18,
"minute":0,
"second":0
}
},
{
"Day":"Saturday",
"Enabled":true,
"Open":{
"hour":10,
"minute":0,
"second":0
},
"Close":{
"hour":16,
"minute":0,
"second":0
}
}
],
"PostChatQuestions":[
{
"Id":10,
"Question":"How do you rate your agent today?"
},
{
"Id":11,
"Question":"How do you rate your overall experience?"
},
{
"Id":12,
"Question":"What is your quest?"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment