Class CallerInfo

java.lang.Object
com.twilio.voice.CallerInfo

public class CallerInfo extends Object
CallerInfo is used to represent SHAKEN/STIR status information about the caller.
  • Method Details

    • isVerified

      @Nullable public Boolean isVerified()
      Returns `true` if the caller has been validated at 'A' level, `false` if the caller has been verified at any lower level or has failed validation. Returns `null` if no caller verification information is available or if stir status value is `null`.