-
Notifications
You must be signed in to change notification settings - Fork 0
/
copilot_contracts.html
36 lines (34 loc) · 2.9 KB
/
copilot_contracts.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<style>
html {
height: 100%;
}
body {
height: 100%;
margin: 0;
}
.tc-window {
display: block;
border: none;
width: 640px;
height: 100%;
max-width: 100%;
margin: auto;
}
.tc-window-body-message-content {
font-size: 16px;
line-height: 22px;
max-width: 100%;
}
.tc-window-body-message.agent .tc-window-body-message-content {
padding: 8px 0;
background-color: none;
}
</style>
</head>
<body>
<iframe src="https://app.talkcenter.io/v2/app.html?token=8b4ee1acf190d28ae58b33a43c6127a2&hostname=botcenter.github.io&account_author=false&anonymous_user=false&avatar=https%3A%2F%2Fstorage.googleapis.com%2Fpostcenter-prod-files-2018%2Fimage%2FAYGFGDBSOIDQ%2F657892ae_6250971f_IsotipoAdereso.jpg&aws_socketurl=wss%3A%2F%2Fwebsocket.talkcenter.io%2Fprod&backend_url=https%3A%2F%2Fservice.talkcenter.io%2Fbackend&chat_button_large=false&chat_side=false&color=%23082CB4&contact_form_account=0&contact_form_fallback=false&contact_form_fallback_account=false&contact_form_fallback_email=false&conversation_header_message=%C2%BFEn%20qu%C3%A9%20te%20puedo%20ayudar%3F&cookie_file_protection=0&domain=botcenter.github.io&email_as_id=false&fb_login=false&google_login=false&hidden=false&is_embedded=false&locale=es&disclaimer_login=false&disclaimer_login_content=&login_message=Inicio%20de%20sesi%C3%B3n%20Copilot&logo=https%3A%2F%2Fstorage.googleapis.com%2Fpostcenter-prod-files-2018%2Fimage%2FAYGFGCW4LIAQ%2F65789298_6250971f_IsotipoAdereso.jpg&message_attachment_button=true&mini_chat_can_reply=false&mini_chat_max_messages=1&only_social_login=false&open_on_device=any&open_onload=true&open_onload_delay=0&open_onload_device=any&request_country_id=false&validate_rut=false&request_phone=false&request_validate_rut=false&show_close_button=true&show_open_button=any&show_messages_history=true&sound_notifications=false&text_color=%23FFFFFF&text_talk_center=Adereso%20Chat&title=Demo%20Contracts%20Assistant&welcome_message_delay=0&welcome_message_device=any&welcome_message_frequency=5&welcome_message_persistent=false&welcome_message_show=false&use_botcenter=false&answer_sla_unit=MINUTES&answer_sla_value=20&auto_close_ticket_message_active=false&away_message_active=false&away_message_minute_threshold=180&case_notifications=0&close_ticket_message_active=false&close_ticket_message_answered=true&containment_active=false&containment_max_retries=5&containment_minute_threshold=0&create_closed_cases=false&enable_autoassignation=true&enable_ticket_creation=true&first_contact_message_active=false&important_keywords=%5B%5D&important_keywords_active=false&new_ticket_active=false&no_client_reply_close=false&no_client_reply_close_time=7&no_client_reply_close_unit=DAYS&out_work_hours_active=false&out_work_hours_case_action=0&separate_public_from_private_cases=true" class="tc-window">
</body>
</html>