I want to get conversation history from each conversation step of DialogFow cx messenger into my Node js application directly.
I know we can save logs into Google Cloud Logging but meanwhile I want to access directly to check what message was sent, what intent matched, what was the current page, current flow etc.
I know we can do it through setting up webhooks. But any specific implementation? How do I implement that?