Uses of Class
com.mypurecloud.sdk.v2.model.SystemPromptAsset
Packages that use SystemPromptAsset
Package
Description
-
Uses of SystemPromptAsset in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return SystemPromptAssetModifier and TypeMethodDescriptionArchitectApi.getArchitectSystempromptResource(GetArchitectSystempromptResourceRequest request) Get a system prompt resource.ArchitectApi.getArchitectSystempromptResource(String promptId, String languageCode) Get a system prompt resource.ArchitectApi.postArchitectSystempromptResources(PostArchitectSystempromptResourcesRequest request) Create system prompt resource override.ArchitectApi.postArchitectSystempromptResources(String promptId, SystemPromptAsset body) Create system prompt resource override.ArchitectApi.putArchitectSystempromptResource(PutArchitectSystempromptResourceRequest request) Updates a system prompt resource override.ArchitectApi.putArchitectSystempromptResource(String promptId, String languageCode, SystemPromptAsset body) Updates a system prompt resource override.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type SystemPromptAssetModifier and TypeMethodDescriptionArchitectApi.getArchitectSystempromptResource(ApiRequest<Void> request) Get a system prompt resource.ArchitectApiAsync.getArchitectSystempromptResourceAsync(GetArchitectSystempromptResourceRequest request, AsyncApiCallback<SystemPromptAsset> callback) Get a system prompt resource.ArchitectApiAsync.getArchitectSystempromptResourceAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SystemPromptAsset>> callback) Get a system prompt resource.ArchitectApi.getArchitectSystempromptResourceWithHttpInfo(String promptId, String languageCode) Get a system prompt resource.ArchitectApi.postArchitectSystempromptResources(ApiRequest<SystemPromptAsset> request) Create system prompt resource override.ArchitectApiAsync.postArchitectSystempromptResourcesAsync(PostArchitectSystempromptResourcesRequest request, AsyncApiCallback<SystemPromptAsset> callback) Create system prompt resource override.ArchitectApiAsync.postArchitectSystempromptResourcesAsync(ApiRequest<SystemPromptAsset> request, AsyncApiCallback<ApiResponse<SystemPromptAsset>> callback) Create system prompt resource override.ArchitectApi.postArchitectSystempromptResourcesWithHttpInfo(String promptId, SystemPromptAsset body) Create system prompt resource override.ArchitectApi.putArchitectSystempromptResource(ApiRequest<SystemPromptAsset> request) Updates a system prompt resource override.ArchitectApiAsync.putArchitectSystempromptResourceAsync(PutArchitectSystempromptResourceRequest request, AsyncApiCallback<SystemPromptAsset> callback) Updates a system prompt resource override.ArchitectApiAsync.putArchitectSystempromptResourceAsync(ApiRequest<SystemPromptAsset> request, AsyncApiCallback<ApiResponse<SystemPromptAsset>> callback) Updates a system prompt resource override.ArchitectApi.putArchitectSystempromptResourceWithHttpInfo(String promptId, String languageCode, SystemPromptAsset body) Updates a system prompt resource override.Methods in com.mypurecloud.sdk.v2.api with parameters of type SystemPromptAssetModifier and TypeMethodDescriptionArchitectApi.postArchitectSystempromptResources(String promptId, SystemPromptAsset body) Create system prompt resource override.ArchitectApi.postArchitectSystempromptResourcesWithHttpInfo(String promptId, SystemPromptAsset body) Create system prompt resource override.ArchitectApi.putArchitectSystempromptResource(String promptId, String languageCode, SystemPromptAsset body) Updates a system prompt resource override.ArchitectApi.putArchitectSystempromptResourceWithHttpInfo(String promptId, String languageCode, SystemPromptAsset body) Updates a system prompt resource override.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type SystemPromptAssetModifier and TypeMethodDescriptionArchitectApiAsync.getArchitectSystempromptResourceAsync(GetArchitectSystempromptResourceRequest request, AsyncApiCallback<SystemPromptAsset> callback) Get a system prompt resource.ArchitectApiAsync.getArchitectSystempromptResourceAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SystemPromptAsset>> callback) Get a system prompt resource.ArchitectApi.postArchitectSystempromptResources(ApiRequest<SystemPromptAsset> request) Create system prompt resource override.ArchitectApiAsync.postArchitectSystempromptResourcesAsync(PostArchitectSystempromptResourcesRequest request, AsyncApiCallback<SystemPromptAsset> callback) Create system prompt resource override.ArchitectApiAsync.postArchitectSystempromptResourcesAsync(ApiRequest<SystemPromptAsset> request, AsyncApiCallback<ApiResponse<SystemPromptAsset>> callback) Create system prompt resource override.ArchitectApiAsync.postArchitectSystempromptResourcesAsync(ApiRequest<SystemPromptAsset> request, AsyncApiCallback<ApiResponse<SystemPromptAsset>> callback) Create system prompt resource override.ArchitectApi.putArchitectSystempromptResource(ApiRequest<SystemPromptAsset> request) Updates a system prompt resource override.ArchitectApiAsync.putArchitectSystempromptResourceAsync(PutArchitectSystempromptResourceRequest request, AsyncApiCallback<SystemPromptAsset> callback) Updates a system prompt resource override.ArchitectApiAsync.putArchitectSystempromptResourceAsync(ApiRequest<SystemPromptAsset> request, AsyncApiCallback<ApiResponse<SystemPromptAsset>> callback) Updates a system prompt resource override.ArchitectApiAsync.putArchitectSystempromptResourceAsync(ApiRequest<SystemPromptAsset> request, AsyncApiCallback<ApiResponse<SystemPromptAsset>> callback) Updates a system prompt resource override. -
Uses of SystemPromptAsset in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return SystemPromptAssetModifier and TypeMethodDescriptionPostArchitectSystempromptResourcesRequest.getBody()PutArchitectSystempromptResourceRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type SystemPromptAssetModifier and TypeMethodDescriptionPostArchitectSystempromptResourcesRequest.withHttpInfo()PutArchitectSystempromptResourceRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type SystemPromptAssetModifier and TypeMethodDescriptionPostArchitectSystempromptResourcesRequest.builder(String promptId, SystemPromptAsset body) PutArchitectSystempromptResourceRequest.builder(String promptId, String languageCode, SystemPromptAsset body) voidPostArchitectSystempromptResourcesRequest.setBody(SystemPromptAsset body) voidPutArchitectSystempromptResourceRequest.setBody(SystemPromptAsset body) PostArchitectSystempromptResourcesRequest.Builder.withBody(SystemPromptAsset body) PostArchitectSystempromptResourcesRequest.withBody(SystemPromptAsset body) PutArchitectSystempromptResourceRequest.Builder.withBody(SystemPromptAsset body) PutArchitectSystempromptResourceRequest.withBody(SystemPromptAsset body) PostArchitectSystempromptResourcesRequest.Builder.withRequiredParams(String promptId, SystemPromptAsset body) PutArchitectSystempromptResourceRequest.Builder.withRequiredParams(String promptId, String languageCode, SystemPromptAsset body) -
Uses of SystemPromptAsset in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SystemPromptAssetModifier and TypeMethodDescriptionSystemPromptAsset.durationSeconds(Double durationSeconds) SystemPromptAsset.hasDefault(Boolean hasDefault) The asset resource languageSystemPromptAsset.languageDefault(Boolean languageDefault) SystemPromptAsset.uploadStatus(SystemPromptAsset.UploadStatusEnum uploadStatus) Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type SystemPromptAssetModifier and TypeMethodDescriptionSystemPromptAssetEntityListing.getEntities()SystemPrompt.getResources()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type SystemPromptAssetModifier and TypeMethodDescriptionSystemPromptAssetEntityListing.entities(List<SystemPromptAsset> entities) SystemPrompt.resources(List<SystemPromptAsset> resources) voidSystemPromptAssetEntityListing.setEntities(List<SystemPromptAsset> entities) voidSystemPrompt.setResources(List<SystemPromptAsset> resources)