Skip to content

Instantly share code, notes, and snippets.

@vinodbaste
Created May 20, 2022 07:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinodbaste/970ced42b72c233bde49c4a9cad6d8e8 to your computer and use it in GitHub Desktop.
Save vinodbaste/970ced42b72c233bde49c4a9cad6d8e8 to your computer and use it in GitHub Desktop.
<actions>
// 1:
<action intentName="actions.intent.GET_STOCK_QUOTE">
// 2:
<fulfillment urlTemplate="app://stocktracker/query{?symbol}">
// 3:
<parameter-mapping
intentParameter="tickerSymbol"
required="true"
urlParameter="symbol" />
</fulfillment>
// 4:
<!-- Fallback fulfillment when no parameter supplied -->
<fulfillment urlTemplate="app://stocktracker/home" />
</action>
</actions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment