Class CallPlayPromptParameterSet

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

public class CallPlayPromptParameterSet extends Object
The class for the Call Play Prompt Parameter Set.
  • Field Details

    • prompts

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

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

    • CallPlayPromptParameterSet

      public CallPlayPromptParameterSet()
      Instiaciates a new CallPlayPromptParameterSet
    • CallPlayPromptParameterSet

      protected CallPlayPromptParameterSet(@Nonnull CallPlayPromptParameterSet.CallPlayPromptParameterSetBuilder builder)
      Instiaciates a new CallPlayPromptParameterSet
      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