SendDtmfTonesOptions Class
- java.
lang. Object - com.
azure. communication. callautomation. models. SendDtmfTonesOptions
- com.
public final class SendDtmfTonesOptions
The SendDtmfTonesOptions model.
Constructor Summary
| Constructor | Description |
|---|---|
| SendDtmfTonesOptions(List<DtmfTone> tones, CommunicationIdentifier targetParticipant) |
Constructor to build Send |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
getOperationCallbackUrl()
Get the overridden call back URL override for operation. |
| String |
getOperationContext()
Get the operation |
|
Communication |
getTargetParticipant()
Get the target |
|
List<Dtmf |
getTones()
Get the list of Tones to be sent. |
|
Send |
setOperationCallbackUrl(String operationCallbackUrl)
Set a callback URI that overrides the default callback URI set by Create |
|
Send |
setOperationContext(String operationContext)
Set the operation |
Methods inherited from java.lang.Object
Constructor Details
SendDtmfTonesOptions
public SendDtmfTonesOptions(List<DtmfTone> tones, CommunicationIdentifier targetParticipant)
Constructor to build SendDtmfTonesOptions object
Parameters:
Method Details
getOperationCallbackUrl
public String getOperationCallbackUrl()
Get the overridden call back URL override for operation.
Returns:
getOperationContext
public String getOperationContext()
Get the operationContext property.
Returns:
getTargetParticipant
public CommunicationIdentifier getTargetParticipant()
Get the targetParticipant property.
Returns:
getTones
public List<DtmfTone> getTones()
Get the list of Tones to be sent.
Returns:
setOperationCallbackUrl
public SendDtmfTonesOptions setOperationCallbackUrl(String operationCallbackUrl)
Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation. This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.
Parameters:
Returns:
setOperationContext
public SendDtmfTonesOptions setOperationContext(String operationContext)
Set the operationContext property.
Parameters:
Returns: