Available starting from v4.0.10

This action is necessary for transcribing voice into text using AI tools

Actions:

fastline_transcribe

When an audio message is received, the action transcribes it into text:

Untitled

Json configurations

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” :

Untitled

Returned events