public interface ConversationListener
Modifier and Type | Method and Description |
---|---|
void |
onAudioEvent(boolean recording)
Invoked when the audio recording state has changed.
|
void |
onDisplayText(java.lang.String displayText)
Invoked when the display text changes
|
void |
onError(int errorCode)
Invoked when an error is detected
|
void |
onIntent(Intent intent)
Invoked when the an intent is signaled.
|
void onIntent(Intent intent)
intent
- The returned intentvoid onDisplayText(java.lang.String displayText)
displayText
- The display textvoid onError(int errorCode)
errorCode
- The error codevoid onAudioEvent(boolean recording)
recording
- The current recording state