Building an Action for Google Assistant: Getting Started | raywenderlich.com

In this tutorial, you’ll learn how to create a conversational experience with Google Assistant.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/1217997-building-an-action-for-google-assistant-getting-started

Thank you very much for this tutorial.
I have a question : how can I use my parameter in the HEADERS field of the webhook Fulfillment ? Without use Inline Editor ?
I have tried to use $foo, @sys.number:foo…
Have you an idea ?
Alain

1 Like

Hello, thank you and I am glad if the tutorial is helpful for you, stay tuned as I will be updating it to use the kotlin library soon!

Perhaps you could try to use request.headers or request.parameters with slot filling?
Here is an example of slot filling on github GitHub - dialogflow/fulfillment-slot-filling-nodejs: Slot Filling with Dialogflow Fulfillment

and a documentation page:

This tutorial is more than six months old so questions are no longer supported at the moment for it. Thank you!