Class ResultInformation

java.lang.Object
com.azure.communication.callautomation.models.events.ResultInformation

public final class ResultInformation extends Object
The ResultInformation model.
  • Method Details

    • getCode

      public Integer getCode()
      Get the code property: The code property.
      Returns:
      the code value.
    • getSubCode

      public Integer getSubCode()
      Get the subCode property: The subCode property.
      Returns:
      the subCode value.
    • getMessage

      public String getMessage()
      Get the message property: The message property.
      Returns:
      the message value.