How to use botframework on Azure endpoint to work in your own bot design?










0















My question is simple. However, I am unable to find it anywhere on Internet.



I have published my bot on azure. It gives my messaging endpoint as https://something.azurewebsites.net/api/messages (it is not exactly real).



How can I use this to get and post json files that it should give? The file I will receive, I will hold it on variable and then loop around to get particular messages or post messages. However, it is not work? Do I need to give secret along with this on header? How will this endpoint work so I can give and receive messages through input field on my chatbot design on HTML?










share|improve this question






















  • Have a look to "directline channel"

    – Nicolas R
    Nov 15 '18 at 9:02











  • Do you still need help?

    – Kyle Delaney
    Nov 18 '18 at 2:42















0















My question is simple. However, I am unable to find it anywhere on Internet.



I have published my bot on azure. It gives my messaging endpoint as https://something.azurewebsites.net/api/messages (it is not exactly real).



How can I use this to get and post json files that it should give? The file I will receive, I will hold it on variable and then loop around to get particular messages or post messages. However, it is not work? Do I need to give secret along with this on header? How will this endpoint work so I can give and receive messages through input field on my chatbot design on HTML?










share|improve this question






















  • Have a look to "directline channel"

    – Nicolas R
    Nov 15 '18 at 9:02











  • Do you still need help?

    – Kyle Delaney
    Nov 18 '18 at 2:42













0












0








0








My question is simple. However, I am unable to find it anywhere on Internet.



I have published my bot on azure. It gives my messaging endpoint as https://something.azurewebsites.net/api/messages (it is not exactly real).



How can I use this to get and post json files that it should give? The file I will receive, I will hold it on variable and then loop around to get particular messages or post messages. However, it is not work? Do I need to give secret along with this on header? How will this endpoint work so I can give and receive messages through input field on my chatbot design on HTML?










share|improve this question














My question is simple. However, I am unable to find it anywhere on Internet.



I have published my bot on azure. It gives my messaging endpoint as https://something.azurewebsites.net/api/messages (it is not exactly real).



How can I use this to get and post json files that it should give? The file I will receive, I will hold it on variable and then loop around to get particular messages or post messages. However, it is not work? Do I need to give secret along with this on header? How will this endpoint work so I can give and receive messages through input field on my chatbot design on HTML?







azure botframework messaging chatbot endpoint






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 15 '18 at 5:33









TAPTAP

42




42












  • Have a look to "directline channel"

    – Nicolas R
    Nov 15 '18 at 9:02











  • Do you still need help?

    – Kyle Delaney
    Nov 18 '18 at 2:42

















  • Have a look to "directline channel"

    – Nicolas R
    Nov 15 '18 at 9:02











  • Do you still need help?

    – Kyle Delaney
    Nov 18 '18 at 2:42
















Have a look to "directline channel"

– Nicolas R
Nov 15 '18 at 9:02





Have a look to "directline channel"

– Nicolas R
Nov 15 '18 at 9:02













Do you still need help?

– Kyle Delaney
Nov 18 '18 at 2:42





Do you still need help?

– Kyle Delaney
Nov 18 '18 at 2:42












1 Answer
1






active

oldest

votes


















0














You won't ever need to get or post messages directly. If you have a Bot Channels Registration resource or a Web App Bot resource then that takes care of all communication with your endpoint. Connect your resource to whatever channels you want (like Direct Line) and then use those channels' clients to communicate with the bot. Have a look at the documentation for more information: https://docs.microsoft.com/en-us/azure/bot-service/bot-service-overview-introduction?view=azure-bot-service-4.0






share|improve this answer























    Your Answer






    StackExchange.ifUsing("editor", function ()
    StackExchange.using("externalEditor", function ()
    StackExchange.using("snippets", function ()
    StackExchange.snippets.init();
    );
    );
    , "code-snippets");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "1"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53313032%2fhow-to-use-botframework-on-azure-endpoint-to-work-in-your-own-bot-design%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    You won't ever need to get or post messages directly. If you have a Bot Channels Registration resource or a Web App Bot resource then that takes care of all communication with your endpoint. Connect your resource to whatever channels you want (like Direct Line) and then use those channels' clients to communicate with the bot. Have a look at the documentation for more information: https://docs.microsoft.com/en-us/azure/bot-service/bot-service-overview-introduction?view=azure-bot-service-4.0






    share|improve this answer



























      0














      You won't ever need to get or post messages directly. If you have a Bot Channels Registration resource or a Web App Bot resource then that takes care of all communication with your endpoint. Connect your resource to whatever channels you want (like Direct Line) and then use those channels' clients to communicate with the bot. Have a look at the documentation for more information: https://docs.microsoft.com/en-us/azure/bot-service/bot-service-overview-introduction?view=azure-bot-service-4.0






      share|improve this answer

























        0












        0








        0







        You won't ever need to get or post messages directly. If you have a Bot Channels Registration resource or a Web App Bot resource then that takes care of all communication with your endpoint. Connect your resource to whatever channels you want (like Direct Line) and then use those channels' clients to communicate with the bot. Have a look at the documentation for more information: https://docs.microsoft.com/en-us/azure/bot-service/bot-service-overview-introduction?view=azure-bot-service-4.0






        share|improve this answer













        You won't ever need to get or post messages directly. If you have a Bot Channels Registration resource or a Web App Bot resource then that takes care of all communication with your endpoint. Connect your resource to whatever channels you want (like Direct Line) and then use those channels' clients to communicate with the bot. Have a look at the documentation for more information: https://docs.microsoft.com/en-us/azure/bot-service/bot-service-overview-introduction?view=azure-bot-service-4.0







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 15 '18 at 18:44









        Kyle DelaneyKyle Delaney

        2,01631226




        2,01631226





























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53313032%2fhow-to-use-botframework-on-azure-endpoint-to-work-in-your-own-bot-design%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Use pre created SQLite database for Android project in kotlin

            Darth Vader #20

            Ondo