public static final class CallRecordResponseParameterSet.CallRecordResponseParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
bargeInAllowed
The bargeInAllowed parameter value
|
protected java.lang.String |
clientContext
The clientContext parameter value
|
protected java.lang.Integer |
initialSilenceTimeoutInSeconds
The initialSilenceTimeoutInSeconds parameter value
|
protected java.lang.Integer |
maxRecordDurationInSeconds
The maxRecordDurationInSeconds parameter value
|
protected java.lang.Integer |
maxSilenceTimeoutInSeconds
The maxSilenceTimeoutInSeconds parameter value
|
protected java.lang.Boolean |
playBeep
The playBeep parameter value
|
protected java.util.List<Prompt> |
prompts
The prompts parameter value
|
protected java.util.List<java.lang.String> |
stopTones
The stopTones parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
CallRecordResponseParameterSetBuilder()
Instanciates a new CallRecordResponseParameterSetBuilder
|
@Nullable protected java.util.List<Prompt> prompts
@Nullable protected java.lang.Boolean bargeInAllowed
@Nullable protected java.lang.Integer initialSilenceTimeoutInSeconds
@Nullable protected java.lang.Integer maxSilenceTimeoutInSeconds
@Nullable protected java.lang.Integer maxRecordDurationInSeconds
@Nullable protected java.lang.Boolean playBeep
@Nullable protected java.util.List<java.lang.String> stopTones
@Nullable protected java.lang.String clientContext
@Nullable protected CallRecordResponseParameterSetBuilder()
@Nonnull public CallRecordResponseParameterSet.CallRecordResponseParameterSetBuilder withPrompts(@Nullable java.util.List<Prompt> val)
val - the value to set it to@Nonnull public CallRecordResponseParameterSet.CallRecordResponseParameterSetBuilder withBargeInAllowed(@Nullable java.lang.Boolean val)
val - the value to set it to@Nonnull public CallRecordResponseParameterSet.CallRecordResponseParameterSetBuilder withInitialSilenceTimeoutInSeconds(@Nullable java.lang.Integer val)
val - the value to set it to@Nonnull public CallRecordResponseParameterSet.CallRecordResponseParameterSetBuilder withMaxSilenceTimeoutInSeconds(@Nullable java.lang.Integer val)
val - the value to set it to@Nonnull public CallRecordResponseParameterSet.CallRecordResponseParameterSetBuilder withMaxRecordDurationInSeconds(@Nullable java.lang.Integer val)
val - the value to set it to@Nonnull public CallRecordResponseParameterSet.CallRecordResponseParameterSetBuilder withPlayBeep(@Nullable java.lang.Boolean val)
val - the value to set it to@Nonnull public CallRecordResponseParameterSet.CallRecordResponseParameterSetBuilder withStopTones(@Nullable java.util.List<java.lang.String> val)
val - the value to set it to@Nonnull public CallRecordResponseParameterSet.CallRecordResponseParameterSetBuilder withClientContext(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public CallRecordResponseParameterSet build()