qisdk / com.aldebaran.qi.sdk.object.conversation / Chatbot / OnIsAvailableToReplyChangedListener / onIsAvailableToReplyChanged

onIsAvailableToReplyChanged

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.

Parameters

isAvailableToReply - Boolean!: the isAvailableToReply value

Since
6