abstract fun onIsAvailableToReplyChanged(isAvailableToReply: Boolean!): Unit
Indicates whether this Chatbot is available to reply. If the value is set to false, the Chatbot method replyTo() will not be called by the Chat when processing utterances.
isAvailableToReply
- Boolean!: the isAvailableToReply value
Since
6