public class CallRecordResponseParameterSet
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CallRecordResponseParameterSet.CallRecordResponseParameterSetBuilder
Fluent builder for the CallRecordResponseParameterSet
|
Modifier and Type | Field and Description |
---|---|
java.lang.Boolean |
bargeInAllowed
The barge In Allowed.
|
java.lang.String |
clientContext
The client Context.
|
java.lang.Integer |
initialSilenceTimeoutInSeconds
The initial Silence Timeout In Seconds.
|
java.lang.Integer |
maxRecordDurationInSeconds
The max Record Duration In Seconds.
|
java.lang.Integer |
maxSilenceTimeoutInSeconds
The max Silence Timeout In Seconds.
|
java.lang.Boolean |
playBeep
The play Beep.
|
java.util.List<Prompt> |
prompts
The prompts.
|
java.util.List<java.lang.String> |
stopTones
The stop Tones.
|
Modifier | Constructor and Description |
---|---|
|
CallRecordResponseParameterSet()
Instiaciates a new CallRecordResponseParameterSet
|
protected |
CallRecordResponseParameterSet(CallRecordResponseParameterSet.CallRecordResponseParameterSetBuilder builder)
Instiaciates a new CallRecordResponseParameterSet
|
Modifier and Type | Method and Description |
---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static CallRecordResponseParameterSet.CallRecordResponseParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="prompts", alternate="Prompts") @Expose @Nullable public java.util.List<Prompt> prompts
@SerializedName(value="bargeInAllowed", alternate="BargeInAllowed") @Expose @Nullable public java.lang.Boolean bargeInAllowed
@SerializedName(value="initialSilenceTimeoutInSeconds", alternate="InitialSilenceTimeoutInSeconds") @Expose @Nullable public java.lang.Integer initialSilenceTimeoutInSeconds
@SerializedName(value="maxSilenceTimeoutInSeconds", alternate="MaxSilenceTimeoutInSeconds") @Expose @Nullable public java.lang.Integer maxSilenceTimeoutInSeconds
@SerializedName(value="maxRecordDurationInSeconds", alternate="MaxRecordDurationInSeconds") @Expose @Nullable public java.lang.Integer maxRecordDurationInSeconds
@SerializedName(value="playBeep", alternate="PlayBeep") @Expose @Nullable public java.lang.Boolean playBeep
@SerializedName(value="stopTones", alternate="StopTones") @Expose @Nullable public java.util.List<java.lang.String> stopTones
@SerializedName(value="clientContext", alternate="ClientContext") @Expose @Nullable public java.lang.String clientContext
public CallRecordResponseParameterSet()
protected CallRecordResponseParameterSet(@Nonnull CallRecordResponseParameterSet.CallRecordResponseParameterSetBuilder builder)
builder
- builder bearing the parameters to initialize from@Nonnull public static CallRecordResponseParameterSet.CallRecordResponseParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()