ResolveRoomResponse
public struct ResolveRoomResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the room from which the skill request was invoked.
Declaration
Swift
public let roomArn: String?
-
The name of the room from which the skill request was invoked.
Declaration
Swift
public let roomName: String?
-
Response to get the room profile request. Required.
Declaration
Swift
public let roomSkillParameters: [RoomSkillParameter]?
-
Undocumented
Declaration
Swift
public init(roomArn: String? = nil, roomName: String? = nil, roomSkillParameters: [RoomSkillParameter]? = nil)