ContinuousDtmfRecognitionOptions Class
- java.
lang. Object - com.
azure. communication. callautomation. models. ContinuousDtmfRecognitionOptions
- com.
public final class ContinuousDtmfRecognitionOptions
The ContinuousDtmfRecognitionOptions model.
Constructor Summary
| Constructor | Description |
|---|---|
| ContinuousDtmfRecognitionOptions(CommunicationIdentifier targetParticipant) |
Constructor to build Continuous |
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 |
|
Continuous |
setOperationCallbackUrl(String operationCallbackUrl)
Set a callback URI that overrides the default callback URI set by Create |
|
Continuous |
setOperationContext(String operationContext)
Set the operation |
Methods inherited from java.lang.Object
Constructor Details
ContinuousDtmfRecognitionOptions
public ContinuousDtmfRecognitionOptions(CommunicationIdentifier targetParticipant)
Constructor to build ContinuousDtmfRecognitionOptions 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:
setOperationCallbackUrl
public ContinuousDtmfRecognitionOptions 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 ContinuousDtmfRecognitionOptions setOperationContext(String operationContext)
Set the operationContext property.
Parameters:
Returns: