Uses of Class
com.mypurecloud.sdk.v2.model.SystemPromptEntityListing
Packages that use SystemPromptEntityListing
-
Uses of SystemPromptEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return SystemPromptEntityListingModifier and TypeMethodDescriptionArchitectApi.getArchitectSystemprompts(GetArchitectSystempromptsRequest request) Get System PromptsArchitectApi.getArchitectSystemprompts(Integer pageNumber, Integer pageSize, String sortBy, String sortOrder, String name, String description, String nameOrDescription, Boolean includeMediaUris, Boolean includeResources, List<String> language) Get System PromptsMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type SystemPromptEntityListingModifier and TypeMethodDescriptionArchitectApi.getArchitectSystemprompts(ApiRequest<Void> request) Get System PromptsArchitectApiAsync.getArchitectSystempromptsAsync(GetArchitectSystempromptsRequest request, AsyncApiCallback<SystemPromptEntityListing> callback) Get System PromptsArchitectApiAsync.getArchitectSystempromptsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SystemPromptEntityListing>> callback) Get System PromptsArchitectApi.getArchitectSystempromptsWithHttpInfo(Integer pageNumber, Integer pageSize, String sortBy, String sortOrder, String name, String description, String nameOrDescription, Boolean includeMediaUris, Boolean includeResources, List<String> language) Get System PromptsMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type SystemPromptEntityListingModifier and TypeMethodDescriptionArchitectApiAsync.getArchitectSystempromptsAsync(GetArchitectSystempromptsRequest request, AsyncApiCallback<SystemPromptEntityListing> callback) Get System PromptsArchitectApiAsync.getArchitectSystempromptsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SystemPromptEntityListing>> callback) Get System Prompts -
Uses of SystemPromptEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SystemPromptEntityListingModifier and TypeMethodDescriptionSystemPromptEntityListing.entities(List<SystemPrompt> entities) SystemPromptEntityListing.pageNumber(Integer pageNumber) SystemPromptEntityListing.previousUri(String previousUri)