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)


3640
3641
3642
3643
3644
3645
3646
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3640

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)


3640
3641
3642
3643
3644
3645
3646
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3640

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:



3640
3641
3642
3643
3644
3645
3646
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3640

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