Client class abstract

The Alexa Client object provides interfaces to communicate with your skill and with the device.

Annotations
  • @anonymous
  • @JS()

Constructors

Client({Capability capabilities, Performance performance, Skill skill, Speech speech, String version, Voice voice})
factory

Properties

capabilities Capability
The device capabilities
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
performance Performance
Provides the interface to get the available memory on the device.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skill Skill
Provides the interfaces to communicate with your skill.
getter/setter pair
speech Speech
Provides the interfaces to receive Alexa speech events. For details, see Speech.
getter/setter pair
version String
Version of the Alexa client. If you don't specify a version, the latest version is used.
getter/setter pair
voice Voice
Provides the interfaces to open the microphone on the device to receive user utteranc
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