Uses of Class
com.mypurecloud.sdk.v2.model.SystemPromptAssetEntityListing
Packages that use SystemPromptAssetEntityListing
-
Uses of SystemPromptAssetEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return SystemPromptAssetEntityListingModifier and TypeMethodDescriptionArchitectApi.getArchitectSystempromptResources(GetArchitectSystempromptResourcesRequest request) Get system prompt resources.ArchitectApi.getArchitectSystempromptResources(String promptId, Integer pageNumber, Integer pageSize, String sortBy, String sortOrder) Get system prompt resources.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type SystemPromptAssetEntityListingModifier and TypeMethodDescriptionArchitectApi.getArchitectSystempromptResources(ApiRequest<Void> request) Get system prompt resources.ArchitectApiAsync.getArchitectSystempromptResourcesAsync(GetArchitectSystempromptResourcesRequest request, AsyncApiCallback<SystemPromptAssetEntityListing> callback) Get system prompt resources.ArchitectApiAsync.getArchitectSystempromptResourcesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SystemPromptAssetEntityListing>> callback) Get system prompt resources.ArchitectApi.getArchitectSystempromptResourcesWithHttpInfo(String promptId, Integer pageNumber, Integer pageSize, String sortBy, String sortOrder) Get system prompt resources.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type SystemPromptAssetEntityListingModifier and TypeMethodDescriptionArchitectApiAsync.getArchitectSystempromptResourcesAsync(GetArchitectSystempromptResourcesRequest request, AsyncApiCallback<SystemPromptAssetEntityListing> callback) Get system prompt resources.ArchitectApiAsync.getArchitectSystempromptResourcesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SystemPromptAssetEntityListing>> callback) Get system prompt resources. -
Uses of SystemPromptAssetEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SystemPromptAssetEntityListingModifier and TypeMethodDescriptionSystemPromptAssetEntityListing.entities(List<SystemPromptAsset> entities) SystemPromptAssetEntityListing.pageNumber(Integer pageNumber) SystemPromptAssetEntityListing.previousUri(String previousUri)