Uses of Class
com.mypurecloud.sdk.v2.api.request.GetConversationSuggestionsRequest
Packages that use GetConversationSuggestionsRequest
-
Uses of GetConversationSuggestionsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetConversationSuggestionsRequestModifier and TypeMethodDescriptionConversationsApi.getConversationSuggestions(GetConversationSuggestionsRequest request) Get all suggestions for a conversation.ConversationsApiAsync.getConversationSuggestionsAsync(GetConversationSuggestionsRequest request, AsyncApiCallback<SuggestionListing> callback) Get all suggestions for a conversation. -
Uses of GetConversationSuggestionsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetConversationSuggestionsRequestModifier and TypeMethodDescriptionGetConversationSuggestionsRequest.Builder.build()GetConversationSuggestionsRequest.withBefore(String before) GetConversationSuggestionsRequest.withConversationId(String conversationId) GetConversationSuggestionsRequest.withCustomHeader(String name, String value) GetConversationSuggestionsRequest.withPageSize(String pageSize)