Uses of Class
com.mypurecloud.sdk.v2.model.PromptEntityListing
Packages that use PromptEntityListing
-
Uses of PromptEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return PromptEntityListingModifier and TypeMethodDescriptionArchitectApi.getArchitectPrompts(GetArchitectPromptsRequest request) Get a pageable list of user prompts The returned list is pageable, and query parameters can be used for filtering.ArchitectApi.getArchitectPrompts(Integer pageNumber, Integer pageSize, List<String> name, String description, String nameOrDescription, String sortBy, String sortOrder, Boolean includeMediaUris, Boolean includeResources, List<String> language) Get a pageable list of user prompts The returned list is pageable, and query parameters can be used for filtering.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type PromptEntityListingModifier and TypeMethodDescriptionArchitectApi.getArchitectPrompts(ApiRequest<Void> request) Get a pageable list of user prompts The returned list is pageable, and query parameters can be used for filtering.ArchitectApiAsync.getArchitectPromptsAsync(GetArchitectPromptsRequest request, AsyncApiCallback<PromptEntityListing> callback) Get a pageable list of user prompts The returned list is pageable, and query parameters can be used for filtering.ArchitectApiAsync.getArchitectPromptsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<PromptEntityListing>> callback) Get a pageable list of user prompts The returned list is pageable, and query parameters can be used for filtering.ArchitectApi.getArchitectPromptsWithHttpInfo(Integer pageNumber, Integer pageSize, List<String> name, String description, String nameOrDescription, String sortBy, String sortOrder, Boolean includeMediaUris, Boolean includeResources, List<String> language) Get a pageable list of user prompts The returned list is pageable, and query parameters can be used for filtering.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type PromptEntityListingModifier and TypeMethodDescriptionArchitectApiAsync.getArchitectPromptsAsync(GetArchitectPromptsRequest request, AsyncApiCallback<PromptEntityListing> callback) Get a pageable list of user prompts The returned list is pageable, and query parameters can be used for filtering.ArchitectApiAsync.getArchitectPromptsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<PromptEntityListing>> callback) Get a pageable list of user prompts The returned list is pageable, and query parameters can be used for filtering. -
Uses of PromptEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PromptEntityListingModifier and TypeMethodDescriptionPromptEntityListing.pageNumber(Integer pageNumber) PromptEntityListing.previousUri(String previousUri)