Properties
audioControl
audioControl: any
audioInput
audioInput: any
chatTitle
chatTitle: string
clearComplete
clearComplete: boolean = false
complete
complete: EventEmitter<string> = new EventEmitter<string>()
completions
completions: any
continueConversation
continueConversation: boolean = false
conversationModeOn
conversationModeOn: boolean = false
currentVoiceState
currentVoiceState: string = STATES.INITIAL.MESSAGE
errorMessage
errorMessage: string
inputDisabled
inputDisabled: boolean = false
inputText
inputText: string = ""
lexResponse
lexResponse: any
Protected logger
logger: any
messages
messages: any = []
micButtonDisabled
micButtonDisabled: boolean = false
micText
micText: string = STATES.INITIAL.ICON
ref
ref: ChangeDetectorRef
textEnabled
textEnabled: boolean = true
voiceConfig
voiceConfig: any = defaultVoiceConfig
voiceEnabled
voiceEnabled: boolean = false