public interface AutoPhrasesI
A collection of AutoPhraseI
returned by CCS Server in response to a InteractionI.requestAutoPhrases()
request
AutoPhrases are requested by invoking InteractionI.requestAutoPhrases()
AutoPhrases are returned by CCS Server in a NotificationDescription.PayloadType.AutoPhraseList
Interaction Response
Modifier and Type | Method and Description |
---|---|
java.util.List<com.avaya.ccs.core.AutoPhrase> |
getAutoPhrases()
Get the list of Auto Phrases for an agent, as configured in CCMM Admin
|
void |
setAutoPhrases(java.util.List<com.avaya.ccs.core.AutoPhrase> autoPhraseList)
set the list of
AutoPhraseI s for this object |
java.util.List<com.avaya.ccs.core.AutoPhrase> getAutoPhrases()
void setAutoPhrases(java.util.List<com.avaya.ccs.core.AutoPhrase> autoPhraseList)
AutoPhraseI
s for this objectautoPhraseList
- a list of auto phrases