I have created a simple Agent in Dialogflow CX. When the user enters a city name then it should list pin codes that belong to the entered city. In order to get the pin codes, I have performed a webhook POST request. The webhook URL returns the required pin code in JSON format but I don't know how I should display it in the chat.
Can I get some tutorial links? OR What changes I need to add in the Agent inorder to read the JSON response.