public interface SpeechService
Call
,
Participant
,
SearchOptions
,
SpeechSearchListener
Modifier and Type | Method and Description |
---|---|
UUID |
startSearch(Call call,
SearchOptions searchOptions,
SpeechSearchListener speechSearchListener)
Starts searching the speech on a call using search queries.
|
UUID |
startSearch(Participant participant,
SearchOptions searchOptions,
SpeechSearchListener speechSearchListener)
Starts searching the speech of a participant on a call using search
queries.
|
UUID |
startVoiceXMLDialog(Participant participant,
VoiceXMLDialogItem voiceXMLDialogItem,
VoiceXMLDialogListener voiceXMLDialogListener)
Sends a VoiceXML request to the Avaya Aura® Media Server for a participant on
an established call.
|
void |
stopSearch(UUID searchID)
Stop the speech search on the Avaya Aura® Media Server using the search identifier.
|
void |
stopVoiceXMLDialog(UUID requestId)
Stop the VoiceXML dialog on the Avaya Aura® Media Server using the dialog identifier
|
UUID startSearch(Call call, SearchOptions searchOptions, SpeechSearchListener speechSearchListener)
SpeechSearchListener
.call
- a call that has been initialized for a speech searchsearchOptions
- the search optionsspeechSearchListener
- the listener for the search eventsUUID startSearch(Participant participant, SearchOptions searchOptions, SpeechSearchListener speechSearchListener)
SpeechSearchListener
.participant
- a Participant that has been initialized for a speech searchsearchOptions
- the search optionsspeechSearchListener
- the listener for the search eventsvoid stopSearch(UUID searchID)
searchID
- the UUID that identifies the searchUUID startVoiceXMLDialog(Participant participant, VoiceXMLDialogItem voiceXMLDialogItem, VoiceXMLDialogListener voiceXMLDialogListener)
participant
- the participant on a call to which the dialog request is sentvoiceXMLDialogItem
- the VoiceXMLDialog requestvoiceXMLDialogListener
- the listener that receives VoiceXMLDialog eventsvoid stopVoiceXMLDialog(UUID requestId)
requestId
- the UUID that identifies the voice xml dialogCopyright © 2016 Avaya. All Rights Reserved.