Class: Aws::AlexaForBusiness::Types::ResolveRoomResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#room_arnString

The ARN of the room from which the skill request was invoked.

Returns:

  • (String)


3610
3611
3612
3613
3614
3615
3616
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3610

class ResolveRoomResponse < Struct.new(
  :room_arn,
  :room_name,
  :room_skill_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#room_nameString

The name of the room from which the skill request was invoked.

Returns:

  • (String)


3610
3611
3612
3613
3614
3615
3616
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3610

class ResolveRoomResponse < Struct.new(
  :room_arn,
  :room_name,
  :room_skill_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#room_skill_parametersArray<Types::RoomSkillParameter>

Response to get the room profile request. Required.

Returns:



3610
3611
3612
3613
3614
3615
3616
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3610

class ResolveRoomResponse < Struct.new(
  :room_arn,
  :room_name,
  :room_skill_parameters)
  SENSITIVE = []
  include Aws::Structure
end