In my Dialogflow CX flow I have a Route which answers to some detected Intent.
And here I can type many variations to answer - in Fulfillement section "Agent says".
When I use it by API I got only 1 answer (in response.query_result.response_messages
), I think randomly selected from all cases.
But I want to get all of my cases and select by my own in my code. Is it possible, is there such a method?
For example, I want to prevent sending user the same answer many times in one dialog.