lr-chatbot 0.48.101 → 0.48.103
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/chatbot-BglPHykB.js +70 -0
- package/chunks/chatbot-BglPHykB.js.map +1 -0
- package/chunks/chatbot-C6GzNOnX.js +70 -0
- package/chunks/chatbot-C6GzNOnX.js.map +1 -0
- package/chunks/deepChat-Cvoxnpjn.js +12874 -0
- package/chunks/deepChat-Cvoxnpjn.js.map +1 -0
- package/chunks/lib-BFePTs6v.js +1325 -0
- package/chunks/lib-BFePTs6v.js.map +1 -0
- package/custom-elements.json +1 -1
- package/index.js +20032 -23436
- package/index.js.map +1 -1
- package/package.json +4 -5
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
var e = {
|
|
2
|
+
introMessage: "<p>Bem-vindo! Sou R’, seu consultor virtual da La Redoute, estou aqui para ajudá-lo! Estou começando, seja indulgente ;) Selecione uma pergunta frequente/um tema ou faça sua pergunta.</p> <div class='button-container'> <lr-pill class='suggestion' size='small'>Question 1</lr-pill> <lr-pill class='suggestion' size='small'>Question 2</lr-pill> <lr-pill class='suggestion' size='small'>Question 3</lr-pill> <lr-pill class='suggestion' size='small'>Question 4</lr-pill></div>",
|
|
3
|
+
inputPlaceholder: "Digite sua pergunta...",
|
|
4
|
+
inputLabel: "A sua pergunta",
|
|
5
|
+
title: "Chatbot La Redoute",
|
|
6
|
+
legalInformation: "Olá, para oferecer a melhor ajuda possível, utilizamos inteligência artificial. Não compartilhe dados pessoais ou sensíveis, como informações de pagamento. Para saber mais, consulte <a href='/espace-mentions_legales.aspx' target='blank'>nossa política de privacidade</a>.",
|
|
7
|
+
errorMessage: "<p>Ops, nosso Chatbot não está disponível no momento. Aconselhamos que entre em contato com um consultor para mais informações.</p>",
|
|
8
|
+
welcome: {
|
|
9
|
+
legalInformation: "Para lhe oferecer a melhor ajuda possível, utilizamos inteligência artificial. Não partilhe dados pessoais ou sensíveis, como informações de pagamento. Para saber mais, consulte <a href='/espace-mentions_legales.aspx' target='blank'>a nossa política de privacidade</a>.",
|
|
10
|
+
title: "Bem-vindo!",
|
|
11
|
+
text: "Sou o seu consultor virtual da La Redoute, estou aqui para o ajudar!",
|
|
12
|
+
startButton: "Iniciar o chat"
|
|
13
|
+
},
|
|
14
|
+
introduction: {
|
|
15
|
+
advisorMessage: "Se preferir ser colocado diretamente em contacto com um consultor de apoio ao cliente, diga-me, eles estão aqui para lhe responder!<br/>Eles acompanham-no o mais rapidamente possível, de segunda a sábado, das 8h às 20h.",
|
|
16
|
+
title: "Do que precisa?",
|
|
17
|
+
text: "Selecione um dos temas abaixo ou coloque-me a sua questão."
|
|
18
|
+
},
|
|
19
|
+
menu: {
|
|
20
|
+
minimizeLabel: "Minimizar chat",
|
|
21
|
+
closeLabel: "Fechar chat"
|
|
22
|
+
},
|
|
23
|
+
exitConfirmation: {
|
|
24
|
+
title: "Sair do chat?",
|
|
25
|
+
text: "Ao sair deste chat, o histórico da conversa será perdido",
|
|
26
|
+
button: "Sair do chat"
|
|
27
|
+
},
|
|
28
|
+
returnToConversation: "Retomar a conversa",
|
|
29
|
+
ratingConversation: "O que achou da nossa conversa?",
|
|
30
|
+
otherQuestiononConversation: "Fico feliz por ter ajudado. Tem mais alguma pergunta?",
|
|
31
|
+
escalation: {
|
|
32
|
+
suggestions: "<lr-chatbot-escalation-pill channel='contact-form' shouldGetSummary size='small' icon='help'>Formulário de contato</lr-chatbot-escalation-pill> <lr-chatbot-escalation-pill shouldGetSummary channel='whatsapp' size='small' icon='brand-whatsapp'>WhatsApp</lr-chatbot-escalation-pill><lr-chatbot-escalation-pill channel='faq' size='small' icon='help'>FAQ</lr-chatbot-escalation-pill>",
|
|
33
|
+
suggestions_mobile: "$t(chatbot:escalation.suggestions, {'context': '' })<lr-chatbot-escalation-pill channel='tel' size='small' icon='smartphone'>0969323515</lr-chatbot-escalation-pill>",
|
|
34
|
+
url: "",
|
|
35
|
+
url_whatsapp: "https://api.whatsapp.com/send?phone=351969382484",
|
|
36
|
+
"url_contact-form": "/contact-email.aspx?txtMessage={{message}}",
|
|
37
|
+
url_faq: "/services/faq.aspx",
|
|
38
|
+
url_tel: "tel:0969323515",
|
|
39
|
+
message: "",
|
|
40
|
+
"message_contact-form": "O resumo da minha conversa no chatbot está disponível através do ID: {{conversationId}}",
|
|
41
|
+
message_whatsapp: "O resumo da minha conversa no chatbot está disponível através do ID: {{conversationId}}"
|
|
42
|
+
},
|
|
43
|
+
minimized: {
|
|
44
|
+
label: "Chat",
|
|
45
|
+
ariaLabel: "Abrir chat"
|
|
46
|
+
},
|
|
47
|
+
messageBubble: {
|
|
48
|
+
typing: "O assistente está a escrever",
|
|
49
|
+
feedbackPrompt: "Esta mensagem foi útil?",
|
|
50
|
+
thumbUp: "Sim, esta mensagem foi útil",
|
|
51
|
+
thumbDown: "Não, esta mensagem não foi útil"
|
|
52
|
+
},
|
|
53
|
+
searchField: {
|
|
54
|
+
label: "Pesquisar no catálogo",
|
|
55
|
+
tryPrefix: "Experimente",
|
|
56
|
+
clear: "Limpar a pesquisa",
|
|
57
|
+
send: "Enviar"
|
|
58
|
+
},
|
|
59
|
+
evaluationTimeout: "5000",
|
|
60
|
+
feedback: {
|
|
61
|
+
sendButtonLabel: "Enviar",
|
|
62
|
+
messageConfirm: "<lr-icon-check size='small'></lr-icon-check> <p><i>Seu comentário foi enviado com sucesso</i></p>",
|
|
63
|
+
inputLabel: "Deixe um comentário",
|
|
64
|
+
inputPlaceholder: "Comentário:"
|
|
65
|
+
}
|
|
66
|
+
};
|
|
67
|
+
//#endregion
|
|
68
|
+
export { e as default };
|
|
69
|
+
|
|
70
|
+
//# sourceMappingURL=chatbot-BglPHykB.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chatbot-BglPHykB.js","names":[],"sources":["../../../../../../../libs/shared/universal/i18n/src/fallbacks/pt/pt-PT/chatbot.json"],"sourcesContent":["{\n \"introMessage\": \"<p>Bem-vindo! Sou R’, seu consultor virtual da La Redoute, estou aqui para ajudá-lo! Estou começando, seja indulgente ;) Selecione uma pergunta frequente/um tema ou faça sua pergunta.</p> <div class='button-container'> <lr-pill class='suggestion' size='small'>Question 1</lr-pill> <lr-pill class='suggestion' size='small'>Question 2</lr-pill> <lr-pill class='suggestion' size='small'>Question 3</lr-pill> <lr-pill class='suggestion' size='small'>Question 4</lr-pill></div>\",\n \"inputPlaceholder\": \"Digite sua pergunta...\",\n \"inputLabel\": \"A sua pergunta\",\n \"title\": \"Chatbot La Redoute\",\n \"legalInformation\": \"Olá, para oferecer a melhor ajuda possível, utilizamos inteligência artificial. Não compartilhe dados pessoais ou sensíveis, como informações de pagamento. Para saber mais, consulte <a href='/espace-mentions_legales.aspx' target='blank'>nossa política de privacidade</a>.\",\n \"errorMessage\": \"<p>Ops, nosso Chatbot não está disponível no momento. Aconselhamos que entre em contato com um consultor para mais informações.</p>\",\n \"welcome\": {\n \"legalInformation\": \"Para lhe oferecer a melhor ajuda possível, utilizamos inteligência artificial. Não partilhe dados pessoais ou sensíveis, como informações de pagamento. Para saber mais, consulte <a href='/espace-mentions_legales.aspx' target='blank'>a nossa política de privacidade</a>.\",\n \"title\": \"Bem-vindo!\",\n \"text\": \"Sou o seu consultor virtual da La Redoute, estou aqui para o ajudar!\",\n \"startButton\": \"Iniciar o chat\"\n },\n \"introduction\": {\n \"advisorMessage\": \"Se preferir ser colocado diretamente em contacto com um consultor de apoio ao cliente, diga-me, eles estão aqui para lhe responder!<br/>Eles acompanham-no o mais rapidamente possível, de segunda a sábado, das 8h às 20h.\",\n \"title\": \"Do que precisa?\",\n \"text\": \"Selecione um dos temas abaixo ou coloque-me a sua questão.\"\n },\n \"menu\": {\n \"minimizeLabel\": \"Minimizar chat\",\n \"closeLabel\": \"Fechar chat\"\n },\n \"exitConfirmation\": {\n \"title\": \"Sair do chat?\",\n \"text\": \"Ao sair deste chat, o histórico da conversa será perdido\",\n \"button\": \"Sair do chat\"\n },\n \"returnToConversation\": \"Retomar a conversa\",\n \"ratingConversation\": \"O que achou da nossa conversa?\",\n \"otherQuestiononConversation\": \"Fico feliz por ter ajudado. Tem mais alguma pergunta?\",\n \"escalation\": {\n \"suggestions\": \"<lr-chatbot-escalation-pill channel='contact-form' shouldGetSummary size='small' icon='help'>Formulário de contato</lr-chatbot-escalation-pill> <lr-chatbot-escalation-pill shouldGetSummary channel='whatsapp' size='small' icon='brand-whatsapp'>WhatsApp</lr-chatbot-escalation-pill><lr-chatbot-escalation-pill channel='faq' size='small' icon='help'>FAQ</lr-chatbot-escalation-pill>\",\n \"suggestions_mobile\": \"$t(chatbot:escalation.suggestions, {'context': '' })<lr-chatbot-escalation-pill channel='tel' size='small' icon='smartphone'>0969323515</lr-chatbot-escalation-pill>\",\n \"url\": \"\",\n \"url_whatsapp\": \"https://api.whatsapp.com/send?phone=351969382484\",\n \"url_contact-form\": \"/contact-email.aspx?txtMessage={{message}}\",\n \"url_faq\": \"/services/faq.aspx\",\n \"url_tel\": \"tel:0969323515\",\n \"message\": \"\",\n \"message_contact-form\": \"O resumo da minha conversa no chatbot está disponível através do ID: {{conversationId}}\",\n \"message_whatsapp\": \"O resumo da minha conversa no chatbot está disponível através do ID: {{conversationId}}\"\n },\n \"minimized\": {\n \"label\": \"Chat\",\n \"ariaLabel\": \"Abrir chat\"\n },\n \"messageBubble\": {\n \"typing\": \"O assistente está a escrever\",\n \"feedbackPrompt\": \"Esta mensagem foi útil?\",\n \"thumbUp\": \"Sim, esta mensagem foi útil\",\n \"thumbDown\": \"Não, esta mensagem não foi útil\"\n },\n \"searchField\": {\n \"label\": \"Pesquisar no catálogo\",\n \"tryPrefix\": \"Experimente\",\n \"clear\": \"Limpar a pesquisa\",\n \"send\": \"Enviar\"\n },\n \"evaluationTimeout\": \"5000\",\n \"feedback\": {\n \"sendButtonLabel\": \"Enviar\",\n \"messageConfirm\": \"<lr-icon-check size='small'></lr-icon-check> <p><i>Seu comentário foi enviado com sucesso</i></p>\",\n \"inputLabel\": \"Deixe um comentário\",\n \"inputPlaceholder\": \"Comentário:\"\n }\n}\n"],"mappings":""}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
var e = {
|
|
2
|
+
introMessage: "<p>¡Bienvenido! Soy R’, su asesor virtual de La Redoute, ¡estoy aquí para ayudarle! Estoy empezando, sea indulgente ;) Seleccione una pregunta frecuente/un tema o formule su pregunta.</p> <div class='button-container'> <lr-pill class='suggestion' size='small'>Question 1</lr-pill> <lr-pill class='suggestion' size='small'>Question 2</lr-pill> <lr-pill class='suggestion' size='small'>Question 3</lr-pill> <lr-pill class='suggestion' size='small'>Question 4</lr-pill></div>",
|
|
3
|
+
inputPlaceholder: "Ingrese su pregunta...",
|
|
4
|
+
inputLabel: "Su pregunta",
|
|
5
|
+
title: "Chatbot La Redoute",
|
|
6
|
+
legalInformation: "Hola, para poder ofrecerle la mejor ayuda posible, utilizamos inteligencia artificial. No comparta datos personales o sensibles como los de pago. Para más información, consulte <a href='/espace-mentions_legales.aspx' target='blank'>nuestra política de privacidad</a>.",
|
|
7
|
+
errorMessage: "<p>Ups, nuestro Chatbot no está disponible en este momento. Le recomendamos contactar con un asesor para más información.</p>",
|
|
8
|
+
welcome: {
|
|
9
|
+
legalInformation: "Para poder ofrecerle la mejor ayuda posible, utilizamos inteligencia artificial. No comparta datos personales o sensibles como los de pago. Para más información, consulte <a href='/espace-mentions_legales.aspx' target='blank'>nuestra política de privacidad</a>.",
|
|
10
|
+
title: "¡Bienvenido!",
|
|
11
|
+
text: "Soy su asesor virtual de La Redoute, ¡estoy aquí para ayudarle!",
|
|
12
|
+
startButton: "Iniciar el chat"
|
|
13
|
+
},
|
|
14
|
+
introduction: {
|
|
15
|
+
advisorMessage: "Si prefiere que le pongamos directamente en contacto con un asesor de atención al cliente, indíquemelo, ¡están aquí para responderle!<br/>Le atenderán lo antes posible, de lunes a sábado, de 8h a 20h.",
|
|
16
|
+
title: "¿Qué necesita?",
|
|
17
|
+
text: "Seleccione uno de los temas siguientes o hágame su pregunta."
|
|
18
|
+
},
|
|
19
|
+
menu: {
|
|
20
|
+
minimizeLabel: "Minimizar chat",
|
|
21
|
+
closeLabel: "Cerrar chat"
|
|
22
|
+
},
|
|
23
|
+
exitConfirmation: {
|
|
24
|
+
title: "¿Salir del chat?",
|
|
25
|
+
text: "Al salir de este chat perderá el historial de la conversación",
|
|
26
|
+
button: "Salir del chat"
|
|
27
|
+
},
|
|
28
|
+
returnToConversation: "Reanudar conversación",
|
|
29
|
+
ratingConversation: "¿Qué le ha parecido nuestra conversación?",
|
|
30
|
+
otherQuestiononConversation: "Encantado de haberle ayudado, ¿tiene alguna otra pregunta?",
|
|
31
|
+
escalation: {
|
|
32
|
+
suggestions: "<lr-chatbot-escalation-pill channel='contact-form' shouldGetSummary size='small' icon='help'>Formulario de contacto</lr-chatbot-escalation-pill> <lr-chatbot-escalation-pill shouldGetSummary channel='whatsapp' size='small' icon='brand-whatsapp'>WhatsApp</lr-chatbot-escalation-pill><lr-chatbot-escalation-pill channel='faq' size='small' icon='help'>FAQ</lr-chatbot-escalation-pill>",
|
|
33
|
+
suggestions_mobile: "$t(chatbot:escalation.suggestions, {'context': '' })<lr-chatbot-escalation-pill channel='tel' size='small' icon='smartphone'>0969323515</lr-chatbot-escalation-pill>",
|
|
34
|
+
url: "",
|
|
35
|
+
url_whatsapp: "https://api.whatsapp.com/send?phone=747753815",
|
|
36
|
+
"url_contact-form": "/contact-email.aspx?txtMessage={{message}}",
|
|
37
|
+
url_faq: "/servicios.aspx",
|
|
38
|
+
url_tel: "tel:0969323515",
|
|
39
|
+
message: "",
|
|
40
|
+
"message_contact-form": "El resumen de mi conversación en el chatbot está disponible mediante el ID: {{conversationId}}",
|
|
41
|
+
message_whatsapp: "El resumen de mi conversación en el chatbot está disponible mediante el ID: {{conversationId}}"
|
|
42
|
+
},
|
|
43
|
+
minimized: {
|
|
44
|
+
label: "Chat",
|
|
45
|
+
ariaLabel: "Abrir chat"
|
|
46
|
+
},
|
|
47
|
+
messageBubble: {
|
|
48
|
+
typing: "El asesor está escribiendo",
|
|
49
|
+
feedbackPrompt: "¿Le ha resultado útil este mensaje?",
|
|
50
|
+
thumbUp: "Sí, este mensaje me ha resultado útil",
|
|
51
|
+
thumbDown: "No, este mensaje no me ha resultado útil"
|
|
52
|
+
},
|
|
53
|
+
searchField: {
|
|
54
|
+
label: "Buscar en el catálogo",
|
|
55
|
+
tryPrefix: "Prueba",
|
|
56
|
+
clear: "Borrar la búsqueda",
|
|
57
|
+
send: "Enviar"
|
|
58
|
+
},
|
|
59
|
+
evaluationTimeout: "5000",
|
|
60
|
+
feedback: {
|
|
61
|
+
sendButtonLabel: "Enviar",
|
|
62
|
+
messageConfirm: "<lr-icon-check size='small'></lr-icon-check> <p><i>Su comentario ha sido enviado correctamente</i></p>",
|
|
63
|
+
inputLabel: "Dejar un comentario",
|
|
64
|
+
inputPlaceholder: "Comentario:"
|
|
65
|
+
}
|
|
66
|
+
};
|
|
67
|
+
//#endregion
|
|
68
|
+
export { e as default };
|
|
69
|
+
|
|
70
|
+
//# sourceMappingURL=chatbot-C6GzNOnX.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chatbot-C6GzNOnX.js","names":[],"sources":["../../../../../../../libs/shared/universal/i18n/src/fallbacks/es/es-ES/chatbot.json"],"sourcesContent":["{\n \"introMessage\": \"<p>¡Bienvenido! Soy R’, su asesor virtual de La Redoute, ¡estoy aquí para ayudarle! Estoy empezando, sea indulgente ;) Seleccione una pregunta frecuente/un tema o formule su pregunta.</p> <div class='button-container'> <lr-pill class='suggestion' size='small'>Question 1</lr-pill> <lr-pill class='suggestion' size='small'>Question 2</lr-pill> <lr-pill class='suggestion' size='small'>Question 3</lr-pill> <lr-pill class='suggestion' size='small'>Question 4</lr-pill></div>\",\n \"inputPlaceholder\": \"Ingrese su pregunta...\",\n \"inputLabel\": \"Su pregunta\",\n \"title\": \"Chatbot La Redoute\",\n \"legalInformation\": \"Hola, para poder ofrecerle la mejor ayuda posible, utilizamos inteligencia artificial. No comparta datos personales o sensibles como los de pago. Para más información, consulte <a href='/espace-mentions_legales.aspx' target='blank'>nuestra política de privacidad</a>.\",\n \"errorMessage\": \"<p>Ups, nuestro Chatbot no está disponible en este momento. Le recomendamos contactar con un asesor para más información.</p>\",\n \"welcome\": {\n \"legalInformation\": \"Para poder ofrecerle la mejor ayuda posible, utilizamos inteligencia artificial. No comparta datos personales o sensibles como los de pago. Para más información, consulte <a href='/espace-mentions_legales.aspx' target='blank'>nuestra política de privacidad</a>.\",\n \"title\": \"¡Bienvenido!\",\n \"text\": \"Soy su asesor virtual de La Redoute, ¡estoy aquí para ayudarle!\",\n \"startButton\": \"Iniciar el chat\"\n },\n \"introduction\": {\n \"advisorMessage\": \"Si prefiere que le pongamos directamente en contacto con un asesor de atención al cliente, indíquemelo, ¡están aquí para responderle!<br/>Le atenderán lo antes posible, de lunes a sábado, de 8h a 20h.\",\n \"title\": \"¿Qué necesita?\",\n \"text\": \"Seleccione uno de los temas siguientes o hágame su pregunta.\"\n },\n \"menu\": {\n \"minimizeLabel\": \"Minimizar chat\",\n \"closeLabel\": \"Cerrar chat\"\n },\n \"exitConfirmation\": {\n \"title\": \"¿Salir del chat?\",\n \"text\": \"Al salir de este chat perderá el historial de la conversación\",\n \"button\": \"Salir del chat\"\n },\n \"returnToConversation\": \"Reanudar conversación\",\n \"ratingConversation\": \"¿Qué le ha parecido nuestra conversación?\",\n \"otherQuestiononConversation\": \"Encantado de haberle ayudado, ¿tiene alguna otra pregunta?\",\n \"escalation\": {\n \"suggestions\": \"<lr-chatbot-escalation-pill channel='contact-form' shouldGetSummary size='small' icon='help'>Formulario de contacto</lr-chatbot-escalation-pill> <lr-chatbot-escalation-pill shouldGetSummary channel='whatsapp' size='small' icon='brand-whatsapp'>WhatsApp</lr-chatbot-escalation-pill><lr-chatbot-escalation-pill channel='faq' size='small' icon='help'>FAQ</lr-chatbot-escalation-pill>\",\n \"suggestions_mobile\": \"$t(chatbot:escalation.suggestions, {'context': '' })<lr-chatbot-escalation-pill channel='tel' size='small' icon='smartphone'>0969323515</lr-chatbot-escalation-pill>\",\n \"url\": \"\",\n \"url_whatsapp\": \"https://api.whatsapp.com/send?phone=747753815\",\n \"url_contact-form\": \"/contact-email.aspx?txtMessage={{message}}\",\n \"url_faq\": \"/servicios.aspx\",\n \"url_tel\": \"tel:0969323515\",\n \"message\": \"\",\n \"message_contact-form\": \"El resumen de mi conversación en el chatbot está disponible mediante el ID: {{conversationId}}\",\n \"message_whatsapp\": \"El resumen de mi conversación en el chatbot está disponible mediante el ID: {{conversationId}}\"\n },\n \"minimized\": {\n \"label\": \"Chat\",\n \"ariaLabel\": \"Abrir chat\"\n },\n \"messageBubble\": {\n \"typing\": \"El asesor está escribiendo\",\n \"feedbackPrompt\": \"¿Le ha resultado útil este mensaje?\",\n \"thumbUp\": \"Sí, este mensaje me ha resultado útil\",\n \"thumbDown\": \"No, este mensaje no me ha resultado útil\"\n },\n \"searchField\": {\n \"label\": \"Buscar en el catálogo\",\n \"tryPrefix\": \"Prueba\",\n \"clear\": \"Borrar la búsqueda\",\n \"send\": \"Enviar\"\n },\n \"evaluationTimeout\": \"5000\",\n \"feedback\": {\n \"sendButtonLabel\": \"Enviar\",\n \"messageConfirm\": \"<lr-icon-check size='small'></lr-icon-check> <p><i>Su comentario ha sido enviado correctamente</i></p>\",\n \"inputLabel\": \"Dejar un comentario\",\n \"inputPlaceholder\": \"Comentario:\"\n }\n}\n"],"mappings":""}
|