Uses of Class
com.mypurecloud.sdk.v2.api.request.PostKnowledgeGuestSessionDocumentsAnswersRequest
Packages that use PostKnowledgeGuestSessionDocumentsAnswersRequest
-
Uses of PostKnowledgeGuestSessionDocumentsAnswersRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostKnowledgeGuestSessionDocumentsAnswersRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeGuestSessionDocumentsAnswers(PostKnowledgeGuestSessionDocumentsAnswersRequest request) Answer documents.KnowledgeApiAsync.postKnowledgeGuestSessionDocumentsAnswersAsync(PostKnowledgeGuestSessionDocumentsAnswersRequest request, AsyncApiCallback<KnowledgeGuestAnswerDocumentsResponse> callback) Answer documents. -
Uses of PostKnowledgeGuestSessionDocumentsAnswersRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostKnowledgeGuestSessionDocumentsAnswersRequestModifier and TypeMethodDescriptionPostKnowledgeGuestSessionDocumentsAnswersRequest.Builder.build()PostKnowledgeGuestSessionDocumentsAnswersRequest.withBody(KnowledgeDocumentsAnswerFilter body) PostKnowledgeGuestSessionDocumentsAnswersRequest.withCustomHeader(String name, String value) PostKnowledgeGuestSessionDocumentsAnswersRequest.withSessionId(String sessionId)