ContinuousDtmfRecognitionOptions Class

  • java.lang.Object
    • com.azure.communication.callautomation.models.ContinuousDtmfRecognitionOptions

public final class ContinuousDtmfRecognitionOptions

The ContinuousDtmfRecognitionOptions model.

Constructor Summary

Constructor Description
ContinuousDtmfRecognitionOptions(CommunicationIdentifier targetParticipant)

Constructor to build ContinuousDtmfRecognitionOptions object

Method Summary

Modifier and Type Method and Description
String getOperationCallbackUrl()

Get the overridden call back URL override for operation.

String getOperationContext()

Get the operationContext property.

CommunicationIdentifier getTargetParticipant()

Get the targetParticipant property.

ContinuousDtmfRecognitionOptions setOperationCallbackUrl(String operationCallbackUrl)

Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.

ContinuousDtmfRecognitionOptions setOperationContext(String operationContext)

Set the operationContext property.

Methods inherited from java.lang.Object

Constructor Details

ContinuousDtmfRecognitionOptions

public ContinuousDtmfRecognitionOptions(CommunicationIdentifier targetParticipant)

Constructor to build ContinuousDtmfRecognitionOptions object

Parameters:

targetParticipant - The target communication identifier.

Method Details

getOperationCallbackUrl

public String getOperationCallbackUrl()

Get the overridden call back URL override for operation.

Returns:

the operationCallbackUrl

getOperationContext

public String getOperationContext()

Get the operationContext property.

Returns:

the operationContext value.

getTargetParticipant

public CommunicationIdentifier getTargetParticipant()

Get the targetParticipant property.

Returns:

the targetParticipant value.

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:

operationCallbackUrl - the operationCallbackUrl to set

Returns:

the ContinuousDtmfRecognitionOptions object itself.

setOperationContext

public ContinuousDtmfRecognitionOptions setOperationContext(String operationContext)

Set the operationContext property.

Parameters:

operationContext - the operationContext value to set.

Returns:

the PlayOptionsInternal object itself.

Applies to