Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeGuestAnswerDocumentsResponse
Packages that use KnowledgeGuestAnswerDocumentsResponse
-
Uses of KnowledgeGuestAnswerDocumentsResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return KnowledgeGuestAnswerDocumentsResponseModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeGuestSessionDocumentsAnswers(PostKnowledgeGuestSessionDocumentsAnswersRequest request) Answer documents.KnowledgeApi.postKnowledgeGuestSessionDocumentsAnswers(String sessionId, KnowledgeDocumentsAnswerFilter body) Answer documents.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type KnowledgeGuestAnswerDocumentsResponseModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeGuestSessionDocumentsAnswers(ApiRequest<KnowledgeDocumentsAnswerFilter> request) Answer documents.KnowledgeApiAsync.postKnowledgeGuestSessionDocumentsAnswersAsync(PostKnowledgeGuestSessionDocumentsAnswersRequest request, AsyncApiCallback<KnowledgeGuestAnswerDocumentsResponse> callback) Answer documents.KnowledgeApiAsync.postKnowledgeGuestSessionDocumentsAnswersAsync(ApiRequest<KnowledgeDocumentsAnswerFilter> request, AsyncApiCallback<ApiResponse<KnowledgeGuestAnswerDocumentsResponse>> callback) Answer documents.KnowledgeApi.postKnowledgeGuestSessionDocumentsAnswersWithHttpInfo(String sessionId, KnowledgeDocumentsAnswerFilter body) Answer documents.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeGuestAnswerDocumentsResponseModifier and TypeMethodDescriptionKnowledgeApiAsync.postKnowledgeGuestSessionDocumentsAnswersAsync(PostKnowledgeGuestSessionDocumentsAnswersRequest request, AsyncApiCallback<KnowledgeGuestAnswerDocumentsResponse> callback) Answer documents.KnowledgeApiAsync.postKnowledgeGuestSessionDocumentsAnswersAsync(ApiRequest<KnowledgeDocumentsAnswerFilter> request, AsyncApiCallback<ApiResponse<KnowledgeGuestAnswerDocumentsResponse>> callback) Answer documents. -
Uses of KnowledgeGuestAnswerDocumentsResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeGuestAnswerDocumentsResponseModifier and TypeMethodDescriptionKnowledgeGuestAnswerDocumentsResponse.results(List<KnowledgeGuestAnswerDocumentResponse> results) The results with answers.