Search code examples
dialogflow-eswebhooksactions-on-googlegoogle-assistant-sdk

How would you get started if you want to make a game for google actions


I have created an action, and I have a basic understanding of DialogFlow, how would I get started if I wanted to make a Text adventure (More like Voice adventure) for the google assistant?


Solution

  • Check out this story on writing The Magnificent Escape Action, which discusses many of the things you're looking to do.

    Otherwise, "getting started" is just like designing any other voice action (and like most programs):

    • Design what you want to do
      • Determine the personality you want your Action to have
      • Create the scripts for the Action, exploring the various things your player may say, and keeping your persona in mind with how you reply
    • Build Dialogflow Intents that capture the phrases in the scripts
    • Add logic to handle these Intents