Uses of Class
ai.mrs.session.CalleeSession
| Package | Description |
|---|---|
| ai.mrs | |
| ai.mrs.session.models |
-
Uses of CalleeSession in ai.mrs
Methods in ai.mrs that return CalleeSession Modifier and Type Method Description CalleeSessionAbstractMasonsSDK. getCalleeSessionByAccountKey(java.lang.String accountKey)CalleeSessionAbstractMasonsSDK. getCalleeSessionBySessionID(java.lang.String accountKey) -
Uses of CalleeSession in ai.mrs.session.models
Methods in ai.mrs.session.models that return CalleeSession Modifier and Type Method Description CalleeSessionUtteranceFromCaller. getSession()Methods in ai.mrs.session.models with parameters of type CalleeSession Modifier and Type Method Description voidUtteranceFromCaller. setSession(CalleeSession session)Constructors in ai.mrs.session.models with parameters of type CalleeSession Constructor Description UtteranceFromCaller(CalleeSession session, java.lang.String text)