Difference between revisions of "Action: Voice Input"
Line 1: | Line 1: | ||
+ | <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. | ||
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. | 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. | ||
+ | </pre> |
Revision as of 18:55, 29 January 2024
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.