Uses of Class
com.mypurecloud.sdk.v2.model.PromptAsset
Packages that use PromptAsset
Package
Description
-
Uses of PromptAsset in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return PromptAssetModifier and TypeMethodDescriptionArchitectApi.getArchitectPromptResource(GetArchitectPromptResourceRequest request) Get specified user prompt resourceArchitectApi.getArchitectPromptResource(String promptId, String languageCode) Get specified user prompt resourceArchitectApi.postArchitectPromptResources(PostArchitectPromptResourcesRequest request) Create a new user prompt resourceArchitectApi.postArchitectPromptResources(String promptId, PromptAssetCreate body) Create a new user prompt resourceArchitectApi.putArchitectPromptResource(PutArchitectPromptResourceRequest request) Update specified user prompt resourceArchitectApi.putArchitectPromptResource(String promptId, String languageCode, PromptAsset body) Update specified user prompt resourceMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type PromptAssetModifier and TypeMethodDescriptionArchitectApi.getArchitectPromptResource(ApiRequest<Void> request) Get specified user prompt resourceArchitectApiAsync.getArchitectPromptResourceAsync(GetArchitectPromptResourceRequest request, AsyncApiCallback<PromptAsset> callback) Get specified user prompt resourceArchitectApiAsync.getArchitectPromptResourceAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<PromptAsset>> callback) Get specified user prompt resourceArchitectApi.getArchitectPromptResourceWithHttpInfo(String promptId, String languageCode) Get specified user prompt resourceArchitectApi.postArchitectPromptResources(ApiRequest<PromptAssetCreate> request) Create a new user prompt resourceArchitectApiAsync.postArchitectPromptResourcesAsync(PostArchitectPromptResourcesRequest request, AsyncApiCallback<PromptAsset> callback) Create a new user prompt resourceArchitectApiAsync.postArchitectPromptResourcesAsync(ApiRequest<PromptAssetCreate> request, AsyncApiCallback<ApiResponse<PromptAsset>> callback) Create a new user prompt resourceArchitectApi.postArchitectPromptResourcesWithHttpInfo(String promptId, PromptAssetCreate body) Create a new user prompt resourceArchitectApi.putArchitectPromptResource(ApiRequest<PromptAsset> request) Update specified user prompt resourceArchitectApiAsync.putArchitectPromptResourceAsync(PutArchitectPromptResourceRequest request, AsyncApiCallback<PromptAsset> callback) Update specified user prompt resourceArchitectApiAsync.putArchitectPromptResourceAsync(ApiRequest<PromptAsset> request, AsyncApiCallback<ApiResponse<PromptAsset>> callback) Update specified user prompt resourceArchitectApi.putArchitectPromptResourceWithHttpInfo(String promptId, String languageCode, PromptAsset body) Update specified user prompt resourceMethods in com.mypurecloud.sdk.v2.api with parameters of type PromptAssetModifier and TypeMethodDescriptionArchitectApi.putArchitectPromptResource(String promptId, String languageCode, PromptAsset body) Update specified user prompt resourceArchitectApi.putArchitectPromptResourceWithHttpInfo(String promptId, String languageCode, PromptAsset body) Update specified user prompt resourceMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type PromptAssetModifier and TypeMethodDescriptionArchitectApiAsync.getArchitectPromptResourceAsync(GetArchitectPromptResourceRequest request, AsyncApiCallback<PromptAsset> callback) Get specified user prompt resourceArchitectApiAsync.getArchitectPromptResourceAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<PromptAsset>> callback) Get specified user prompt resourceArchitectApiAsync.postArchitectPromptResourcesAsync(PostArchitectPromptResourcesRequest request, AsyncApiCallback<PromptAsset> callback) Create a new user prompt resourceArchitectApiAsync.postArchitectPromptResourcesAsync(ApiRequest<PromptAssetCreate> request, AsyncApiCallback<ApiResponse<PromptAsset>> callback) Create a new user prompt resourceArchitectApi.putArchitectPromptResource(ApiRequest<PromptAsset> request) Update specified user prompt resourceArchitectApiAsync.putArchitectPromptResourceAsync(PutArchitectPromptResourceRequest request, AsyncApiCallback<PromptAsset> callback) Update specified user prompt resourceArchitectApiAsync.putArchitectPromptResourceAsync(ApiRequest<PromptAsset> request, AsyncApiCallback<ApiResponse<PromptAsset>> callback) Update specified user prompt resourceArchitectApiAsync.putArchitectPromptResourceAsync(ApiRequest<PromptAsset> request, AsyncApiCallback<ApiResponse<PromptAsset>> callback) Update specified user prompt resource -
Uses of PromptAsset in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PromptAssetMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type PromptAssetMethods in com.mypurecloud.sdk.v2.api.request with parameters of type PromptAssetModifier and TypeMethodDescriptionPutArchitectPromptResourceRequest.builder(String promptId, String languageCode, PromptAsset body) voidPutArchitectPromptResourceRequest.setBody(PromptAsset body) PutArchitectPromptResourceRequest.Builder.withBody(PromptAsset body) PutArchitectPromptResourceRequest.withBody(PromptAsset body) PutArchitectPromptResourceRequest.Builder.withRequiredParams(String promptId, String languageCode, PromptAsset body) -
Uses of PromptAsset in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PromptAssetModifier and TypeMethodDescriptionPromptAsset.durationSeconds(Double durationSeconds) Text of the resourceText to speech of the resourceMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type PromptAssetMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type PromptAssetModifier and TypeMethodDescriptionPromptAssetEntityListing.entities(List<PromptAsset> entities) voidPromptAssetEntityListing.setEntities(List<PromptAsset> entities)