WXA

interface WXA

A data type to represent the WebEx Assistant

Since

3.3.0

Types

Link copied to clipboard
interface OnTranscriptionArrivedListener

The listener for transcription

Functions

Link copied to clipboard
abstract fun canControlWXA(): Boolean

This will let you know if the current user can control the state of the Webex Assistant

Link copied to clipboard
abstract fun enableWXA(enable: Boolean, handler: CompletionHandler<Boolean>)

Control the Webex Assistant

Link copied to clipboard
abstract fun isEnabled(): Boolean

This will let you know current state of the Webex Assistant

Link copied to clipboard
abstract fun setOnTranscriptionArrivedListener(listener: WXA.OnTranscriptionArrivedListener)

A listener for receiving Transcription, user should check if WXA.isEnabled before setting this listener