public class CallPlayPromptParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CallPlayPromptParameterSet.CallPlayPromptParameterSetBuilder
Fluent builder for the CallPlayPromptParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
clientContext
The client Context.
|
java.util.List<Prompt> |
prompts
The prompts.
|
| Modifier | Constructor and Description |
|---|---|
|
CallPlayPromptParameterSet()
Instiaciates a new CallPlayPromptParameterSet
|
protected |
CallPlayPromptParameterSet(CallPlayPromptParameterSet.CallPlayPromptParameterSetBuilder builder)
Instiaciates a new CallPlayPromptParameterSet
|
| 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 CallPlayPromptParameterSet.CallPlayPromptParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="prompts",
alternate="Prompts")
@Expose
@Nullable
public java.util.List<Prompt> prompts
@SerializedName(value="clientContext",
alternate="ClientContext")
@Expose
@Nullable
public java.lang.String clientContext
public CallPlayPromptParameterSet()
protected CallPlayPromptParameterSet(@Nonnull
CallPlayPromptParameterSet.CallPlayPromptParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static CallPlayPromptParameterSet.CallPlayPromptParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()