Skip to main content
info

Please note that this tool is classified as a Legacy tool. We recommend transitioning to our updated solutions to maintain optimal performance and security in your workflows. For more information on this matter, please reach out to technical support .

ActivateVoiceAssistance(Text)

info

This command only works with ios 11 and above.

Description:    

 Activates the voice assistant service (e.g. Siri) on the device, and sends the text argument as if it was a spoken directive.

Parameters:

  • Text: the text to be sent to the assistant service.

Code Examples

Java Example Expand source

client.activateVoiceAssistance("open google");

C# Example Expand source

client.ActivateVoiceAssistance("open google");

Python Example Expand source

self.client.activateVoiceAssistance("open google")

Perl Example Expand source

$client->activateVoiceAssistance("open google");