java.lang.Object
com.azure.communication.callautomation.models.CallResult
Direct Known Subclasses:
AnswerCallResult, CreateCallResult

public abstract class CallResult extends Object
The abstract class used as parent of [action]CallResult
  • Method Details

    • getCallConnectionProperties

      public CallConnectionProperties getCallConnectionProperties()
      Get the callConnectionProperties.
      Returns:
      the callConnectionProperties.
    • getCallConnection

      public CallConnection getCallConnection()
      Get the callConnection.
      Returns:
      the callConnection.
    • getCallConnectionAsync

      public CallConnectionAsync getCallConnectionAsync()
      Get the callConnectionAsync.
      Returns:
      the callConnectionAsync.