Uses of Class
odata.msgraph.client.beta.entity.PlayPromptOperation
-
Packages that use PlayPromptOperation Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of PlayPromptOperation in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return PlayPromptOperation Modifier and Type Method Description PlayPromptOperationPlayPromptOperation.Builder. build()PlayPromptOperationPlayPromptOperation. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PlayPromptOperationPlayPromptOperation. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PlayPromptOperationPlayPromptOperation. withCompletionReason(PlayPromptCompletionReason completionReason)PlayPromptOperationPlayPromptOperation. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.entity that return types with arguments of type PlayPromptOperation Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<PlayPromptOperation>Call. playPrompt(List<Prompt> prompts, Boolean loop, String clientContext) -
Uses of PlayPromptOperation in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type PlayPromptOperation Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<PlayPromptOperation>CallRequest. playPrompt(List<Prompt> prompts, Boolean loop, String clientContext)
-