Twilio::CallFeedbackEnumIssues
Inherits OpenApi::Json / OpenApi::Validatable / Reference / Object
Constants
ERROR_MESSAGE = "invalid value for \"call_feedback_enum_issues\", must be one of [\"audio-latency\", \"digits-not-captured\", \"dropped-call\", \"imperfect-audio\", \"incorrect-caller-id\", \"one-way-audio\", \"post-dial-delay\", \"unsolicited-call\"]."
VALID_VALUES = String.static_array("audio-latency", "digits-not-captured", "dropped-call", "imperfect-audio", "incorrect-caller-id", "one-way-audio", "post-dial-delay", "unsolicited-call")
Constructors
new(pull : JSON::PullParser)
SourceClass methods
Instance methods
==(other : self)
Returns true if this reference is the same as other. Invokes same?.
data
Sourceerror_message
Sourcehash(hasher)
See Object#hash(hasher)
list_invalid_properties
Sourceto_json_object_key(*args, **options)
Sourceto_json_object_key(*args, **options, &)
Sourcevalid?
Sourcevalidate
Source