ResolveRoomResponse class
Constructors
-
ResolveRoomResponse({String? roomArn, String? roomName, List<
RoomSkillParameter> ? roomSkillParameters}) -
ResolveRoomResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- roomArn → String?
-
The ARN of the room from which the skill request was invoked.
final
- roomName → String?
-
The name of the room from which the skill request was invoked.
final
-
roomSkillParameters
→ List<
RoomSkillParameter> ? -
Response to get the room profile request. Required.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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