qisdk / com.aldebaran.qi.sdk.object.conversation / QiChatbot / getExecutors

getExecutors

abstract fun getExecutors(): MutableMap<String!, QiChatExecutor!>!

Exposes the property executors value

Return
MutableMap<String!, QiChatExecutor!>!: the 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