String

You can use strings in expressions, for example, by using a Play Prompt\ Text-to-Speech to create the following text-to-speech prompt:

"The name of the show you have selected is " + ${selectedShow}

You can use strings in expressions, for example, by using a Play Prompt\Text-to-Speech to create the following text-to-speech prompt with two results:

"The name of the show you have selected is " + ${selectedShow} + "and the price for the ticket will be " + ${ticketPrice}