public interface SpeechSearchListener
SpeechSearchMatch| Modifier and Type | Method and Description |
|---|---|
void |
matchFound(UUID searchId,
Call call,
List searchMatches)
Deprecated.
Notification of a match from a speech search.
|
void |
startSearchFailed(UUID searchId,
Exception exception)
Deprecated.
Notification of a speech search failure.
|
void |
terminated(UUID searchId,
String reason)
Deprecated.
Notification of a terminated event from a speech search.
|
void matchFound(UUID searchId, Call call, List searchMatches)
searchId - the unique identifier of the search.call - searchMatches - the match found.void startSearchFailed(UUID searchId, Exception exception)
searchId - the unique identifier of the search.exception - the exception that occurred.void terminated(UUID searchId, String reason)
searchId - the unique identifier of the search.reason - the reasonCopyright © 2021 Avaya. All rights reserved.