public static final class CallPlayPromptParameterSet.CallPlayPromptParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
clientContext
The clientContext parameter value
|
protected java.util.List<Prompt> |
prompts
The prompts parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
CallPlayPromptParameterSetBuilder()
Instanciates a new CallPlayPromptParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
CallPlayPromptParameterSet |
build()
Buils the resulting body object to be passed to the request
|
CallPlayPromptParameterSet.CallPlayPromptParameterSetBuilder |
withClientContext(java.lang.String val)
Sets the ClientContext
|
CallPlayPromptParameterSet.CallPlayPromptParameterSetBuilder |
withPrompts(java.util.List<Prompt> val)
Sets the Prompts
|
@Nullable protected java.util.List<Prompt> prompts
@Nullable protected java.lang.String clientContext
@Nullable protected CallPlayPromptParameterSetBuilder()
@Nonnull public CallPlayPromptParameterSet.CallPlayPromptParameterSetBuilder withPrompts(@Nullable java.util.List<Prompt> val)
val - the value to set it to@Nonnull public CallPlayPromptParameterSet.CallPlayPromptParameterSetBuilder withClientContext(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public CallPlayPromptParameterSet build()