Can we configure our Bluemix chatbot Application with Multiple Conversation Workspace? -


can configure our bluemix chatbot application multiple conversation workspace? if yes how can call particular conversation service on basis of user questions asked on chatbot?

this can done application. scenario that

  • the user input analyzed app or sending national language classifier or nl understanding service.
  • based on results of analysis app send input specific workspace
  • calls conversation workspace stateless, have id individual conversation (chat) , metadata in dialog are
  • that info used later jump in conversation workspace user was

imho, technique used support multiple spoken languages or separate different more complex subjects individual workspaces. take @ architecture diagram in documentation general idea.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -