Available starting from v4.0.10
This action is necessary for transcribing voice into text using AI tools
Actions:
When an audio message is received, the action transcribes it into text:
Accepts the following settings to save the transcription result to a constant:
{
"set_to": "transcribed_voice"
}
set_to
- the name of a variable in the user's state, from which the attributes of the created custom entity can then be derived.
transcribed_voice
- any variable, which will store the transcription result, access to the text will be: {{transcribed_voice['text']}}.
Example of outputting the transcription text using the block after set_to: “transcribed_voice” :
success
error
no_audio