Say workflow activity

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:1分
  • The say workflow activity allows you to play a message, using text to speech, on a Notify call.

    Input variables

    Input variables determine the initial behavior of the activity.

    表 : 1. Input variables
    Variable Description
    Text to say Specify the text to read.
    Language Select the language and locale to use when reading text.
    Advanced Select this check box to use a script to define the language and message, instead of using the Text to say and Language values.
    Script Define a script to set what text is read on the call. The script must return a string that defines the language and the text to read. For example, to play an English-language message, return {language: 'en-US', text: 'Text to read'}.