Code Monkey home page Code Monkey logo

Comments (2)

EricDahlvang avatar EricDahlvang commented on May 18, 2024

The 10 second timeout is within the Cortana Connector Service itself, and cannot be modified by consumers of the API. However, there are some workarounds that enable the bot to respond within 90 seconds. If you are using Bot Builder V3, this example demonstrates one method: https://docs.microsoft.com/en-us/cortana/skills/show-progress

  1. the bot needs to respond with a status code 200 within 10 seconds, then

  2. on another thread perform the long running operation, periodically (every < 10 seconds) sending a status message to Cortana with reply.InputHint = InputHints.IgnoringInput; and

  3. send the final message with operation results and reply.InputHint = InputHints.ExpectingInput;


In the future, please use StackOverflow for usage type questions. The team prefers to use the GitHub repositories for DCRs, Feature Requests and Bug Reports.

from botframework-services.

RaviKishore94 avatar RaviKishore94 commented on May 18, 2024

Thanks @EricDahlvang . Will try your suggestion.

from botframework-services.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.