I want to give my chatbot some calculation capabilities but I have no experience with webhooks at all. Unfortunately there seems to be close to zero documentation on this topic for DialogFlow CX (except some generic description of what webhooks are).
Does anybody know of a concrete tutorial showing how to do this? Or could anybody point me in the right direction?
My starting point: I have a DialogFlow CX bot with a couple of session parameters which I want to use for some calculations and the calculation result should then be included in a bot text utterance.
What are the different steps I need to do now? Does anybody have a concrete sample incl. sample code that I could reuse? (I basically just know that I need to setup a webhook resource in DialogFlow CX and that the easiest way for such a webhook is probably using Cloud Functions (which I have never done before))
Thanks a lot!!!