Class UnholdOptions
java.lang.Object
com.azure.communication.callautomation.models.UnholdOptions
Options for the Unhold operation.
-
Constructor Summary
ConstructorsConstructorDescriptionUnholdOptions(CommunicationIdentifier targetParticipant) Create a new UnholdOptions object. -
Method Summary
Modifier and TypeMethodDescriptionGet the operation context.Get Participant to be put on unhold.setOperationContext(String operationContext) Sets the operation context.
-
Constructor Details
-
UnholdOptions
Create a new UnholdOptions object.- Parameters:
targetParticipant- Participant to be put on unhold.
-
-
Method Details
-
getTargetParticipant
Get Participant to be put on unhold.- Returns:
- participant.
-
getOperationContext
Get the operation context.- Returns:
- operation context.
-
setOperationContext
Sets the operation context.- Parameters:
operationContext- Operation Context- Returns:
- The UnholdOptions object.
-