| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Method and Description |
|---|---|
PlayPromptOperation |
PlayPromptOperation.Builder.build() |
PlayPromptOperation |
PlayPromptOperation.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
PlayPromptOperation |
PlayPromptOperation.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
PlayPromptOperation |
PlayPromptOperation.withCompletionReason(PlayPromptCompletionReason completionReason) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<PlayPromptOperation> |
Call.playPrompt(List<Prompt> prompts,
Boolean loop,
String clientContext) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<PlayPromptOperation> |
CallRequest.playPrompt(List<Prompt> prompts,
Boolean loop,
String clientContext) |
Copyright © 2018–2020. All rights reserved.