Uses of Class
com.mypurecloud.sdk.v2.model.ConversationSummariesGetResponse
Packages that use ConversationSummariesGetResponse
-
Uses of ConversationSummariesGetResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ConversationSummariesGetResponseModifier and TypeMethodDescriptionConversationsApi.getConversationSummaries(GetConversationSummariesRequest request) Get the summaries of the conversation.ConversationsApi.getConversationSummaries(String conversationId) Get the summaries of the conversation.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type ConversationSummariesGetResponseModifier and TypeMethodDescriptionConversationsApi.getConversationSummaries(ApiRequest<Void> request) Get the summaries of the conversation.ConversationsApiAsync.getConversationSummariesAsync(GetConversationSummariesRequest request, AsyncApiCallback<ConversationSummariesGetResponse> callback) Get the summaries of the conversation.ConversationsApiAsync.getConversationSummariesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ConversationSummariesGetResponse>> callback) Get the summaries of the conversation.ConversationsApi.getConversationSummariesWithHttpInfo(String conversationId) Get the summaries of the conversation.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ConversationSummariesGetResponseModifier and TypeMethodDescriptionConversationsApiAsync.getConversationSummariesAsync(GetConversationSummariesRequest request, AsyncApiCallback<ConversationSummariesGetResponse> callback) Get the summaries of the conversation.ConversationsApiAsync.getConversationSummariesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ConversationSummariesGetResponse>> callback) Get the summaries of the conversation. -
Uses of ConversationSummariesGetResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationSummariesGetResponseModifier and TypeMethodDescriptionConversationSummariesGetResponse.conversation(AddressableEntityRef conversation) The conversation object.ConversationSummariesGetResponse.sessionSummaries(List<ConversationSessionSummary> sessionSummaries) All the summaries of the session.ConversationSummariesGetResponse.summary(ConversationSummary summary) The summary of the conversation.