Uses of Class
com.mypurecloud.sdk.v2.api.request.GetArchitectPromptHistoryHistoryIdRequest
Packages that use GetArchitectPromptHistoryHistoryIdRequest
-
Uses of GetArchitectPromptHistoryHistoryIdRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetArchitectPromptHistoryHistoryIdRequestModifier and TypeMethodDescriptionArchitectApi.getArchitectPromptHistoryHistoryId(GetArchitectPromptHistoryHistoryIdRequest request) Get generated prompt historyArchitectApiAsync.getArchitectPromptHistoryHistoryIdAsync(GetArchitectPromptHistoryHistoryIdRequest request, AsyncApiCallback<HistoryListing> callback) Get generated prompt history -
Uses of GetArchitectPromptHistoryHistoryIdRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetArchitectPromptHistoryHistoryIdRequestModifier and TypeMethodDescriptionGetArchitectPromptHistoryHistoryIdRequest.Builder.build()GetArchitectPromptHistoryHistoryIdRequest.withAction(List<String> action) GetArchitectPromptHistoryHistoryIdRequest.withCustomHeader(String name, String value) GetArchitectPromptHistoryHistoryIdRequest.withHistoryId(String historyId) GetArchitectPromptHistoryHistoryIdRequest.withPageNumber(Integer pageNumber) GetArchitectPromptHistoryHistoryIdRequest.withPageSize(Integer pageSize) GetArchitectPromptHistoryHistoryIdRequest.withPromptId(String promptId) GetArchitectPromptHistoryHistoryIdRequest.withSortBy(String sortBy) GetArchitectPromptHistoryHistoryIdRequest.withSortOrder(String sortOrder)