Uses of Class
odata.msgraph.client.complex.Prompt
-
Packages that use Prompt Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.request -
-
Uses of Prompt in odata.msgraph.client.complex
Subclasses of Prompt in odata.msgraph.client.complex Modifier and Type Class Description classMediaPromptMethods in odata.msgraph.client.complex that return Prompt Modifier and Type Method Description PromptPrompt. withUnmappedField(String name, Object value) -
Uses of Prompt in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity with parameters of type Prompt Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<StartHoldMusicOperation>Participant. startHoldMusic(Prompt customPrompt, String clientContext)Method parameters in odata.msgraph.client.entity with type arguments of type Prompt Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<PlayPromptOperation>Call. playPrompt(List<Prompt> prompts, String clientContext)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<RecordOperation>Call. recordResponse(List<Prompt> prompts, Boolean bargeInAllowed, Integer initialSilenceTimeoutInSeconds, Integer maxSilenceTimeoutInSeconds, Integer maxRecordDurationInSeconds, Boolean playBeep, List<String> stopTones, String clientContext) -
Uses of Prompt in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request with parameters of type Prompt Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<StartHoldMusicOperation>ParticipantRequest. startHoldMusic(Prompt customPrompt, String clientContext)Method parameters in odata.msgraph.client.entity.request with type arguments of type Prompt Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<PlayPromptOperation>CallRequest. playPrompt(List<Prompt> prompts, String clientContext)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<RecordOperation>CallRequest. recordResponse(List<Prompt> prompts, Boolean bargeInAllowed, Integer initialSilenceTimeoutInSeconds, Integer maxSilenceTimeoutInSeconds, Integer maxRecordDurationInSeconds, Boolean playBeep, List<String> stopTones, String clientContext)
-