I am using the Node.js Fulfillment SDK https://github.com/dialogflow/dialogflow-fulfillment-nodejs and I see they allow to use a DialogflowConversation
there.
I don't understand what is a DialogflowConversation
, nor if/when I should use it.
Also, by reading Dialogflow Webhook Format vs. Conversation Webhook Format I feel like the Fulfillment SDK uses a conversation behind, but I'm not sure.
Could someone explain the usage of the DialogflowConversation
when using the Node.js Fulfilment SDK, with an example?