Bugsounet Coding

    • Register
    • Login
    • Search
    This Forum is now reserved to registred users!

    Custom Questions And Answers

    Recipes
    3
    8
    114
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      Anthony Donators last edited by Anthony

      Hello @bugsounet. I hope you are well. Can you please give me an example of what parts of recipe template should I use to make custom questions and answers for GA? I don’t want to nothing besides that. I want to ask some specific questions and take specific answers. No actions. Also I know the procedure of recording the answers with “repeat after me” which you have mentioned in another topic so You don’t need to explain that too. Just for the recipe. Thank you in advance.

      A 1 Reply Last reply Reply Quote 0
      • A
        alex69 @Anthony last edited by

        @Anthony maybe using transcriptionhooks/responsehook you Can make it. Ifttt application run perfectly with custom response of the assistant.

        A 1 Reply Last reply Reply Quote 0
        • A
          Anthony Donators @alex69 last edited by

          @alex69 Thank you for your reply. I’ll try your suggestion for the recipes. As for the IFTTT application you mean something like this https://github.com/jc21/MMM-IFTTT ? I tried this but got some errors during the procedure.

          1 Reply Last reply Reply Quote 0
          • A
            alex69 last edited by

            Ifft there is a very easy to use application that you Can DL on your smartphone, and configure trigger ti make custom question/response of tour assistant. It will work on all tour devices.

            A 1 Reply Last reply Reply Quote 0
            • A
              Anthony Donators @alex69 last edited by

              @alex69 I downloaded the app and made some custom answers. Thank you for your suggestion.

              S 1 Reply Last reply Reply Quote 0
              • S
                secretman @Anthony last edited by

                @Anthony hi, did you manage to make it done for specific question and specific answer? If yes, how did you do it? Can you share?

                A 1 Reply Last reply Reply Quote 0
                • A
                  Anthony Donators last edited by Anthony

                  @secretman Hello. I did it with ifttt method. Not with recipe if you ask that. But i am sure sometime bugsounet will give the answer for recipe. The problem with ifttt is that from September google will make some changes and the applets won’t work anymore.

                  1 Reply Last reply Reply Quote 1
                  • A
                    Anthony Donators @secretman last edited by Anthony

                    @secretman Hello there. I finally made it to create the recipe for custom questions and answers and I thought to share it if you hadn’t figure it out yourself. It was pretty easy actually but since I am not a programmer I did with closed eyes. So below is the recipe. Just modify it into your needs:

                    var recipe = {
                      transcriptionHooks: {
                        "intro": {
                          pattern: "Introduce yourself",
                          command: "intro"
                        },
                      },
                    
                    commands: {
                        "intro": {
                          soundExec: {
                            sound: "answers/intro.mp3",
                          }
                        }
                      }
                    }
                    exports.recipe = recipe
                    
                    

                    To create the answer.mp3 you must follow this guide. I hope this was helpfull.

                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post
                    Powered by NodeBB | @bugsounet ©2022