im new on dialogflow
Dialogflow intents with and without question i already read this question, but its not answer my question.
so my requirement is like this
- I have 100 paragraphs
- I want to put 100 paragraphs to database
- when the user asks something, the engine will automatically answer by looking for answers in the 100 paragraphs earlier
example:
- I have 100 paragraphs about
PHP programming learning materials
- I input all the
learning materials
into the database - I asked
how to replace the string
? then the engine will answer by looking for answers in those 100 paragraphs
so my requirement is engine that without training phrases
, the answers can be automatically searched in those 100 paragraphs
.
is this possible in dialogflow?