I\'m trying to start working on Google Actions v2 API together with Dialgoflow v2 API.
I have the following example (so far in Dialogflow -> Fulfillment Webhook) ta
Change this line:
conv.ask('How are you?');
to this:
conv.close('How are you?');
the close method configures the required final_response field for you
close
final_response