Uses of Class
cloud.genesys.webmessaging.sdk.WebMessagingException
Packages that use WebMessagingException
-
Uses of WebMessagingException in cloud.genesys.webmessaging.sdk
Methods in cloud.genesys.webmessaging.sdk that throw WebMessagingExceptionModifier and TypeMethodDescriptionWebMessagingClient.getHistory()Retrieves the the messages for a web messaging session.<T> ApiResponse<T>ApiClient.invoke(ApiRequest<?> request, com.fasterxml.jackson.core.type.TypeReference<T> returnType) -
Uses of WebMessagingException in cloud.genesys.webmessaging.sdk.api
Methods in cloud.genesys.webmessaging.sdk.api that throw WebMessagingExceptionModifier and TypeMethodDescriptionWebMessagingApi.getWebmessagingMessages(GetWebmessagingMessagesRequest request) Get the messages for a web messaging session.WebMessagingApi.getWebmessagingMessages(Integer pageSize, Integer pageNumber) Get the messages for a web messaging session.