public class SampleVoiceXMLDialog.MyVoiceXMLDialogListener extends Object implements VoiceXMLDialogListener
| Constructor and Description |
|---|
MyVoiceXMLDialogListener(Participant participant) |
| Modifier and Type | Method and Description |
|---|---|
void |
dialogEvent(UUID requestId,
Map names,
VoiceXMLDialogCause dialogEvent)
This is invoked when an event is generated by a VoiceXMLDialog request.
|
public MyVoiceXMLDialogListener(Participant participant)
public void dialogEvent(UUID requestId, Map names, VoiceXMLDialogCause dialogEvent)
VoiceXMLDialogListenerdialogEvent in interface VoiceXMLDialogListenerrequestId - identifies the dialog request that caused this call-backnames - the name(s) returned by the VoiceXML interpreter for some of
the events. For example EXITED and MIDCALL_EVENT_RECEIVEDdialogEvent - the event received after sending a VoiceXMLDialog requestCopyright © 2021 Avaya. All rights reserved.