Uses of Class
cloud.genesys.webmessaging.sdk.model.SessionResponse
-
Packages that use SessionResponse Package Description cloud.genesys.webmessaging.sdk cloud.genesys.webmessaging.sdk.model -
-
Uses of SessionResponse in cloud.genesys.webmessaging.sdk
Methods in cloud.genesys.webmessaging.sdk with parameters of type SessionResponse Modifier and Type Method Description voidWebMessagingClient.SessionListener. sessionResponse(SessionResponse response, String rawMessage)Raised for responses to session requests (type == BaseResponseType.RESPONSE, class = SessionResponse) -
Uses of SessionResponse in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return SessionResponse Modifier and Type Method Description SessionResponseSessionResponse. connected(Boolean connected)SessionResponseSessionResponse. newSession(Boolean newSession)SessionResponseSessionResponse. readOnly(Boolean readOnly)
-