Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Go to the Experience Designer > Launch tab > Launch node > Endpoint.
    Click on the icon at the end to copy the endpoint address.

  2. This URL is used as a webhook URL for Alexa and Dialogflow.
    For Dialogflow, go to https://dialogflow.cloud.google.com/ and select Fulfillment from the side menu. Enable Webhook and use this URL to link the Dialogflow agent with the Orbita project.

    Image RemovedImage Added

  3. You have successfully connected the project with your Dialogflow agent.

...

You can access and test your new chatbot in two ways:

A. Using the

...

URL Endpoint

https://<domain-name>.orbita.cloud:8443/oeapi/bot/yourbot

B. Using the

...

“Bot Manager” Flow

...

Tab

A Bot Manager flow tab is available in every new project you create

...

and allows you to have an endpoint for your chatbot.

  • Navigate back to your Orbita project and open your Experience Designer.

  • Go to your ‘Bot Manager’ tab open the Http

...

  • in’node named “GET“ and click on the “Open/Copy URL” button. This will open up your chatbot in a new window.

...

  • Image Added

  • Your new chatbot will launch with the default phrase “Hello, Welcome to your first Project.”

    Image Added

  • This is because

...

  • by new project defaults, our ‘Launch’ node right now is connected to

...

You can use the utterances such as “flow”, “flow studio” in the chatbot to invoke the Flow studio conversation you have created.

...

If you want to skip giving an utterance to launch the Flow studio conversation, connect the Launch node to the Flow manager node as shown below.

...

Now when you access the Chatbot endpoint, you will receive the first message in the Flow studio conversation on launch.

...

 

Note

Make sure you delete the Launch node from the Launch tab

...

  • the ‘Say’ node in our ‘Launch’ tab within Experience Designer.

...

Info

Learn about the different Experience Designer nodes here: 3.1.5 Default Nodes in Experience Designer.

  • To invoke your new Flow studio conversation, you can type in the utterances “flow” or “flow studio” in the chatbot.

...

  • If you want to directly launch your own Flow studio conversation, add a ‘Launch’ node to the ‘Flow manager’ tab and connect it to the ‘Set Flow Id’ node, as shown below.

...

  • Delete the ‘Launch’ node from the ‘Launch’ tab and hit “Deploy.”

  • Now when you refresh the chatbot URL, your first message from your Flow studio conversation should launch directly.

...

 

You have successfully created your first chatbot!