Difference between revisions of "Action: Voice Input"

 
Line 1: Line 1:
 +
<span style="color: #1665b0; font-size: 24px; display: inline-block; margin-top: 15px; margin-bottom: 0px;"><strong>About this action</strong></span>
 +
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
This action will prompt for voice input and then save the recognized text into a string variable for later use.
 
This action will prompt for voice input and then save the recognized text into a string variable for later use.

Latest revision as of 17:09, 20 March 2024

About this action

This action will prompt for voice input and then save the recognized text into a string variable for later use.

For example if you wanted to enable a quick way to send an SMS to a contact, you could use the voice input action to capture spoke text into a variable and then use the contents of that variable as the SMS text content in an SMS action.