Class CallRecordResponseParameterSet

java.lang.Object
com.microsoft.graph.models.CallRecordResponseParameterSet

public class CallRecordResponseParameterSet extends Object
The class for the Call Record Response Parameter Set.
  • Field Details

    • prompts

      @SerializedName(value="prompts", alternate="Prompts") @Expose @Nullable public List<Prompt> prompts
      The prompts.
    • bargeInAllowed

      @SerializedName(value="bargeInAllowed", alternate="BargeInAllowed") @Expose @Nullable public Boolean bargeInAllowed
      The barge In Allowed.
    • initialSilenceTimeoutInSeconds

      @SerializedName(value="initialSilenceTimeoutInSeconds", alternate="InitialSilenceTimeoutInSeconds") @Expose @Nullable public Integer initialSilenceTimeoutInSeconds
      The initial Silence Timeout In Seconds.
    • maxSilenceTimeoutInSeconds

      @SerializedName(value="maxSilenceTimeoutInSeconds", alternate="MaxSilenceTimeoutInSeconds") @Expose @Nullable public Integer maxSilenceTimeoutInSeconds
      The max Silence Timeout In Seconds.
    • maxRecordDurationInSeconds

      @SerializedName(value="maxRecordDurationInSeconds", alternate="MaxRecordDurationInSeconds") @Expose @Nullable public Integer maxRecordDurationInSeconds
      The max Record Duration In Seconds.
    • playBeep

      @SerializedName(value="playBeep", alternate="PlayBeep") @Expose @Nullable public Boolean playBeep
      The play Beep.
    • stopTones

      @SerializedName(value="stopTones", alternate="StopTones") @Expose @Nullable public List<String> stopTones
      The stop Tones.
    • clientContext

      @SerializedName(value="clientContext", alternate="ClientContext") @Expose @Nullable public String clientContext
      The client Context.
  • Constructor Details

    • CallRecordResponseParameterSet

      public CallRecordResponseParameterSet()
      Instiaciates a new CallRecordResponseParameterSet
    • CallRecordResponseParameterSet

      protected CallRecordResponseParameterSet(@Nonnull CallRecordResponseParameterSet.CallRecordResponseParameterSetBuilder builder)
      Instiaciates a new CallRecordResponseParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details

    • newBuilder

      Gets a new builder for the body
      Returns:
      a new builder
    • getFunctionOptions

      @Nonnull public List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()
      Gets the functions options from the properties that have been set
      Returns:
      a list of function options for the request