InternalTextSourceHandlerListener

The listener about textSource directive's internal handling event. If text source handled by given TextSourceHandler, the listener is not called. The handler only called when handled at internally.

Functions

Link copied to clipboard
abstract fun onError(dialogRequestId: String, type: TextAgentInterface.ErrorType)
Link copied to clipboard
abstract fun onReceiveResponse(dialogRequestId: String)
Link copied to clipboard
abstract fun onRequestCreated(dialogRequestId: String)
Link copied to clipboard
abstract fun onRequested(dialogRequestId: String)