Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

318
Vistas
How can I validate that the Bot Framework composer chatbot does not say hello again once the page is reloaded in the browser?

Create a bot using Bot Framework Composer and that I integrate with qnA Maker works without any problem, but when integrating it into my website every time I update the page, or perform certain actions, the bot runs the greeting again, how can I validate that my Bot only say hello once, and when refresh the page or perform other options only show me the conversation history without saying hello again?

Web chat- Javascript

 <script>
 
            var ctoken ='xxxxxx';
            var cconversationId ='xxxxx';
            window.WebChat.renderWebChat({
                directLine: window.WebChat.createDirectLine({
                    token: ctoken,
                    conversationId : cconversationId, 
                    watermark: 10
                }),
            styleOptions: {
                hideUploadButton: true
            }
            }, document.getElementById('webchat'));
            document.querySelector('#webchat>*').focus();
</script>
about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

You should create the conversation id token on the first time of bot load and store that conversation id somewhere and generate token for the same conversation id with same user details, so that it will load the same conversation history second time you load page which contains the webchat.

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda