Goal: Create a copyToClipboard action copying the given text to the clipboard of the device.
To achieve this the following code can be used:
{
"type": "copyToClipboard",
"params": {
"text": "Copy this text."
}
}

The text parameter specifies the text to be copied to the device's clipboard.