- Action ID
actions.intent.GET_BARCODE
- Description
- Open a barcode or QR code scanner.
Locale support
Functionality | Locales |
---|---|
Preview creation using App Actions test tool | en-US |
User invocation from Google Assistant | en-US |
Example queries
Sample actions.xml
For information about the actions schema, read Create actions.xml.
Handle intent parameters as URL parameters
<?xml version="1.0" encoding="utf-8"?>
<!-- This is a sample actions.xml -->
<actions>
<action intentName="actions.intent.GET_BARCODE">
<fulfillment urlTemplate="myapp://custom-deeplink">
</fulfillment>
</action>
</actions>