MessageSendResponse class abstract

The status of the message sent to the device.

Annotations
  • @anonymous
  • @JS()

Constructors

MessageSendResponse({RateLimit rateLimit, String reason, num statusCode})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
rateLimit RateLimit
The limit on the number of outgoing requests from your web app
getter/setter pair
reason String
A text string that describes the error value found in the statusCode property.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode num
The HTTP status code that indicates the status of the received message from the skill.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited