Uses of Class
com.azure.communication.callautomation.models.DtmfTone
Packages that use DtmfTone
Package
Description
Package containing the classes for AzureCommunicationCallingServer.
Package containing the data models for AzureCommunicationCallAutomationService.
Package containing events for AzureCommunicationCallingServerService. null.
-
Uses of DtmfTone in com.azure.communication.callautomation
Method parameters in com.azure.communication.callautomation with type arguments of type DtmfToneModifier and TypeMethodDescriptionCallMedia.sendDtmfTones(List<DtmfTone> tones, CommunicationIdentifier targetParticipant) Sends Dtmf tonesCallMediaAsync.sendDtmfTones(List<DtmfTone> tones, CommunicationIdentifier targetParticipant) Send DTMF tones -
Uses of DtmfTone in com.azure.communication.callautomation.models
Fields in com.azure.communication.callautomation.models declared as DtmfToneModifier and TypeFieldDescriptionstatic final DtmfToneDtmfTone.AStatic value a for Tone.static final DtmfToneDtmfTone.ASTERISKStatic value asterisk for Tone.static final DtmfToneDtmfTone.BStatic value b for Tone.static final DtmfToneDtmfTone.CStatic value c for Tone.static final DtmfToneDtmfTone.DStatic value d for Tone.static final DtmfToneDtmfTone.EIGHTStatic value eight for Tone.static final DtmfToneDtmfTone.FIVEStatic value five for Tone.static final DtmfToneDtmfTone.FOURStatic value four for Tone.static final DtmfToneDtmfTone.NINEStatic value nine for Tone.static final DtmfToneDtmfTone.ONEStatic value one for Tone.static final DtmfToneDtmfTone.POUNDStatic value pound for Tone.static final DtmfToneDtmfTone.SEVENStatic value seven for Tone.static final DtmfToneDtmfTone.SIXStatic value six for Tone.static final DtmfToneDtmfTone.THREEStatic value three for Tone.static final DtmfToneDtmfTone.TWOStatic value two for Tone.static final DtmfToneDtmfTone.ZEROStatic value zero for Tone.Methods in com.azure.communication.callautomation.models that return DtmfToneModifier and TypeMethodDescriptionstatic DtmfToneDtmfTone.fromString(String name) Creates or finds a Tone from its string representation.RecognitionChoice.getTone()Get the tone property: The tone property.Methods in com.azure.communication.callautomation.models that return types with arguments of type DtmfToneModifier and TypeMethodDescriptionCallMediaRecognizeDtmfOptions.getStopTones()Get the stopTones property: List of tones that will stop recognizing.CallMediaRecognizeSpeechOrDtmfOptions.getStopTones()Get the stopTones property: List of tones that will stop recognizing.DtmfResult.getTones()Get the tones property: The tones property.SendDtmfTonesOptions.getTones()Get the list of Tones to be sent.static Collection<DtmfTone> DtmfTone.values()Methods in com.azure.communication.callautomation.models with parameters of type DtmfToneModifier and TypeMethodDescriptionSet the tone property: The tone property.Method parameters in com.azure.communication.callautomation.models with type arguments of type DtmfToneModifier and TypeMethodDescriptionCallMediaRecognizeDtmfOptions.setStopTones(List<DtmfTone> stopDtmfTones) Set the stopTones property: List of tones that will stop recognizing.CallMediaRecognizeSpeechOrDtmfOptions.setStopTones(List<DtmfTone> stopDtmfTones) Set the stopTones property: List of tones that will stop recognizing.Set the tones property: The tones property.Constructor parameters in com.azure.communication.callautomation.models with type arguments of type DtmfToneModifierConstructorDescriptionSendDtmfTonesOptions(List<DtmfTone> tones, CommunicationIdentifier targetParticipant) Constructor to build SendDtmfTonesOptions object -
Uses of DtmfTone in com.azure.communication.callautomation.models.events
Methods in com.azure.communication.callautomation.models.events that return DtmfTone