Skip to main content

Say Something

IMPORTANT!

If you hadn't yet read the intro part of this section, please click here to read it first.

Description

This module provides the developer access to the Cloudonix Say Verb. Activating this module will instruct your currently running voice application to generate a vocal audio message and play it back.
There are over 200 different voices to choose from, depending on the TTS Voice parameter.

Workflow

This module may be executed at any point of a scenario - however, pay attention to where the output is used in your CXML response.

Module Example

Parameters

ParameterDescription
ConnectionThe Voice Application Connection to be used for the query.
Announcement TextThe text to read out with the selected TTS Voice.
TTS VoiceThe voice type to use for audio generation. There are over 200 voices to choose from.
Next ActionSee Below.
ActionThe voice application to execute. Available for Attached or Detached Voice Applications.
EndpointThe voice application remote HTTP endpoint. Available for Custom Voice Application Endpoint only.
Additional DataAn array of key=value pairs, to be passed to the new Voice Application as part of the request data.

Next Action Targets

This Voice Application

Voice application control is returned to the current voice application, with potential additional data.

Attached or Detached Voice Application

Voice application control is passed to the voice application that was previously built with Make.com.

Custom Voice Application Endpoint

Voice application control is passed to the URL designated in the Endpoint parameter.

Advanced Mode

ParameterDescription
Loop AudioHow many times to play the generated audio. (Default: 1)
Playback Status URLA remote URL endpoint to report the status of the playback operation.
Status Callback HTTP MethodWhat HTTP method should be used to report the status. (Default: POST)