Uses of Class
com.mypurecloud.sdk.v2.model.Prompt
Packages that use Prompt
Package
Description
-
Uses of Prompt in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return PromptModifier and TypeMethodDescriptionArchitectApi.getArchitectPrompt(GetArchitectPromptRequest request) Get specified user promptArchitectApi.getArchitectPrompt(String promptId, Boolean includeMediaUris, Boolean includeResources, List<String> language) Get specified user promptArchitectApi.postArchitectPrompts(PostArchitectPromptsRequest request) Create a new user promptArchitectApi.postArchitectPrompts(Prompt body) Create a new user promptArchitectApi.putArchitectPrompt(PutArchitectPromptRequest request) Update specified user promptArchitectApi.putArchitectPrompt(String promptId, Prompt body) Update specified user promptMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type PromptModifier and TypeMethodDescriptionArchitectApi.getArchitectPrompt(ApiRequest<Void> request) Get specified user promptArchitectApiAsync.getArchitectPromptAsync(GetArchitectPromptRequest request, AsyncApiCallback<Prompt> callback) Get specified user promptArchitectApiAsync.getArchitectPromptAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Prompt>> callback) Get specified user promptArchitectApi.getArchitectPromptWithHttpInfo(String promptId, Boolean includeMediaUris, Boolean includeResources, List<String> language) Get specified user promptArchitectApi.postArchitectPrompts(ApiRequest<Prompt> request) Create a new user promptArchitectApiAsync.postArchitectPromptsAsync(PostArchitectPromptsRequest request, AsyncApiCallback<Prompt> callback) Create a new user promptArchitectApiAsync.postArchitectPromptsAsync(ApiRequest<Prompt> request, AsyncApiCallback<ApiResponse<Prompt>> callback) Create a new user promptArchitectApi.postArchitectPromptsWithHttpInfo(Prompt body) Create a new user promptArchitectApi.putArchitectPrompt(ApiRequest<Prompt> request) Update specified user promptArchitectApiAsync.putArchitectPromptAsync(PutArchitectPromptRequest request, AsyncApiCallback<Prompt> callback) Update specified user promptArchitectApiAsync.putArchitectPromptAsync(ApiRequest<Prompt> request, AsyncApiCallback<ApiResponse<Prompt>> callback) Update specified user promptArchitectApi.putArchitectPromptWithHttpInfo(String promptId, Prompt body) Update specified user promptMethods in com.mypurecloud.sdk.v2.api with parameters of type PromptModifier and TypeMethodDescriptionArchitectApi.postArchitectPrompts(Prompt body) Create a new user promptArchitectApi.postArchitectPromptsWithHttpInfo(Prompt body) Create a new user promptArchitectApi.putArchitectPrompt(String promptId, Prompt body) Update specified user promptArchitectApi.putArchitectPromptWithHttpInfo(String promptId, Prompt body) Update specified user promptMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type PromptModifier and TypeMethodDescriptionArchitectApiAsync.getArchitectPromptAsync(GetArchitectPromptRequest request, AsyncApiCallback<Prompt> callback) Get specified user promptArchitectApiAsync.getArchitectPromptAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Prompt>> callback) Get specified user promptArchitectApi.postArchitectPrompts(ApiRequest<Prompt> request) Create a new user promptArchitectApiAsync.postArchitectPromptsAsync(PostArchitectPromptsRequest request, AsyncApiCallback<Prompt> callback) Create a new user promptArchitectApiAsync.postArchitectPromptsAsync(ApiRequest<Prompt> request, AsyncApiCallback<ApiResponse<Prompt>> callback) Create a new user promptArchitectApiAsync.postArchitectPromptsAsync(ApiRequest<Prompt> request, AsyncApiCallback<ApiResponse<Prompt>> callback) Create a new user promptArchitectApi.putArchitectPrompt(ApiRequest<Prompt> request) Update specified user promptArchitectApiAsync.putArchitectPromptAsync(PutArchitectPromptRequest request, AsyncApiCallback<Prompt> callback) Update specified user promptArchitectApiAsync.putArchitectPromptAsync(ApiRequest<Prompt> request, AsyncApiCallback<ApiResponse<Prompt>> callback) Update specified user promptArchitectApiAsync.putArchitectPromptAsync(ApiRequest<Prompt> request, AsyncApiCallback<ApiResponse<Prompt>> callback) Update specified user prompt -
Uses of Prompt in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PromptModifier and TypeMethodDescriptionPostArchitectPromptsRequest.getBody()PutArchitectPromptRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type PromptModifier and TypeMethodDescriptionPostArchitectPromptsRequest.withHttpInfo()PutArchitectPromptRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type PromptModifier and TypeMethodDescriptionvoidvoidPostArchitectPromptsRequest.Builder.withRequiredParams(Prompt body) PutArchitectPromptRequest.Builder.withRequiredParams(String promptId, Prompt body) -
Uses of Prompt in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PromptModifier and TypeMethodDescriptionPrompt.description(String description) AgentGreeting.getInboundPrompt()SelfAgentGreeting.getInboundPrompt()AgentGreeting.getOutboundPrompt()SelfAgentGreeting.getOutboundPrompt()The prompt identifierThe prompt name.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type PromptMethods in com.mypurecloud.sdk.v2.model with parameters of type PromptModifier and TypeMethodDescriptionAgentGreeting.inboundPrompt(Prompt inboundPrompt) The agent greeting prompt to use when inbound calls are connectedSelfAgentGreeting.inboundPrompt(Prompt inboundPrompt) The agent greeting prompt to use when inbound calls are connectedAgentGreeting.outboundPrompt(Prompt outboundPrompt) The agent greeting prompt to use when outbound calls are connectedSelfAgentGreeting.outboundPrompt(Prompt outboundPrompt) The agent greeting prompt to use when outbound calls are connectedvoidAgentGreeting.setInboundPrompt(Prompt inboundPrompt) voidSelfAgentGreeting.setInboundPrompt(Prompt inboundPrompt) voidAgentGreeting.setOutboundPrompt(Prompt outboundPrompt) voidSelfAgentGreeting.setOutboundPrompt(Prompt outboundPrompt) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type Prompt