say
The say
action use the browser text to speech. It belongs to the speech category within the voice area.
Action Syntax
say "text"
A quoted text string
say $variable
A variable name starting with $
Examples
// Basic Usage
say "text"
// Using Variables
// Display dynamic content from variables
say $speechtext
Action code: 4191115300
Version: 0.6.4-1
Last updated: 2025-06-13