abstract fun setExecutors(executors: MutableMap<String!, QiChatExecutor!>!): Unit
Set the property executors value
executors
- MutableMap<String!, QiChatExecutor!>!: the new executors value
An application-defined map of the QiChatExecutor to use in this QiChatbot, with the values being the QiChatExecutor instances to use, and the keys the labels (as string) used to identify them in QiChat
Since
3