public class CallPlayPromptRequestBuilder extends BaseActionRequestBuilder implements ICallPlayPromptRequestBuilder
bodyParams| Constructor and Description |
|---|
CallPlayPromptRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.util.List<Prompt> prompts,
java.lang.String clientContext)
The request builder for this CallPlayPrompt
|
| Modifier and Type | Method and Description |
|---|---|
ICallPlayPromptRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the ICallPlayPromptRequest with specific requestOptions instead of the existing requestOptions
|
ICallPlayPromptRequest |
buildRequest(Option... requestOptions)
Creates the ICallPlayPromptRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic CallPlayPromptRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.util.List<Prompt> prompts,
java.lang.String clientContext)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestprompts - the promptsclientContext - the clientContextpublic ICallPlayPromptRequest buildRequest(Option... requestOptions)
buildRequest in interface ICallPlayPromptRequestBuilderrequestOptions - the options for the requestpublic ICallPlayPromptRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface ICallPlayPromptRequestBuilderrequestOptions - the options for the request