The Play Prompt Step

Begin the Successful output branch of the DB Get step by dragging a Play Prompt step from the General palette to the Design pane, and dropping it over the Successful icon under the DB Get step icon.

Then configures the Play Prompt step to play back to the caller the information retrieved from the database table.

Figure shows the configured Prompt tab of the Play Prompt customizer window.

Play Prompt Customizer Window—Configured Prompt Tab

Set the Prompt variable to the following expression:

“Spoken_Name + DP[250] + S[Phone] + DP[250] + S[Address] + DP[250] + S[Name] + DP[250] + S[Category] + DP[250] + S[Zip_Code]”

This expression represents a prompt concatenation where the Play Prompt step plays back the Document variable Spoken_Name as a prompt.

DP[250] stands for 250 milliseconds of silence. All the S[xx] elements represent the xx String variables that the Play Prompt step converts to a prompt that spell out the contents of the variables.