Amazon Alexa Skills Development Voiceflow Tutorial: How to Efficiently Manage Character Voices. Part 1: Variables

This tutorial is the first in a series about techniques for managing voices for characters in Alexa skills built using Voiceflow. This post in the Alexa Blogs provides some context about options for voices when designing and developing skills: “To Record, or Not to Record” “When it comes to audio you have to make a… Continue reading Amazon Alexa Skills Development Voiceflow Tutorial: How to Efficiently Manage Character Voices. Part 1: Variables

Voiceflow Javascript Code Block: Random Number Generator: One through a specified Maximum Value

Updates August 12, 2020: Voiceflow implemented ability to use external libraries in the code block. “var” was removed from the code block example, as the variable is already initialized. May 30, 2019: This tutorial is for generating random numbers that can repeat.  In this case each new number generated is independent of the previous number’s… Continue reading Voiceflow Javascript Code Block: Random Number Generator: One through a specified Maximum Value