Class PlayAudioResult

java.lang.Object
com.azure.communication.callingserver.models.PlayAudioResult

public final class PlayAudioResult extends Object
The response payload for play audio operation.
  • Constructor Details

    • PlayAudioResult

      public PlayAudioResult(String operationId, OperationStatus status, String operationContext, ResultInfo resultInfo)
      Initializes a new instance of PlayAudioResult.
      Parameters:
      operationId - the operationId value.
      status - the status value.
      operationContext - the operationContext value.
      resultInfo - the resultInfo value.
  • Method Details

    • getOperationId

      public String getOperationId()
      Get the operationId property: The operation id.
      Returns:
      the operationId value.
    • getStatus

      public OperationStatus getStatus()
      Get the status property: Gets or sets the status of the operation.
      Returns:
      the status value.
    • getOperationContext

      public String getOperationContext()
      Get the operationContext property: Gets or sets the operation context.
      Returns:
      the operationContext value.
    • getResultInfo

      public ResultInfo getResultInfo()
      Get the resultInfo property: Gets or sets the result info.
      Returns:
      the resultInfo value.