samtecspg / articulate

A platform for building conversational interfaces with intelligent agents (chatbots)
http://spg.ai/projects/articulate/
Apache License 2.0
598 stars 158 forks source link

Query related to api call #1064

Open Beherasaptami opened 4 years ago

Beherasaptami commented 4 years ago

Is there any way to call an API with project name to trigger message from RASA end

wrathagom commented 4 years ago

you can communicate directly with Rasa by exposing it's port in docker, then communicating to localhost:5000, you'd have to get the model name by querying the agent.

Beherasaptami commented 4 years ago

can i get some examples of this or any reference

wrathagom commented 4 years ago

There are some examples here for querying the Rasa API directly: https://github.com/samtecspg/rasa_nlu/blob/master/docs/http.rst