Advice on how to implement dynamic questions
Hello
I have an api that I can call in a chat flow. The response from this api is like this (in typescript)
Basically, its an array of questions that have multi choice options.
My first thought was that I would need write a loop that has a condition based on the length of the array.
Then I was thinking maybe its easier to dynamically generate the entire chat flow.
I have an api that I can call in a chat flow. The response from this api is like this (in typescript)
Basically, its an array of questions that have multi choice options.
My first thought was that I would need write a loop that has a condition based on the length of the array.
Then I was thinking maybe its easier to dynamically generate the entire chat flow.