class Aws::AlexaForBusiness::Types::CreateProfileRequest


@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateProfileRequest AWS API Documentation
@return [Array<Types::Tag>]
The tags for the profile.
@!attribute [rw] tags
@return [Types::CreateMeetingRoomConfiguration]
The meeting room settings of a room profile.
@!attribute [rw] meeting_room_configuration
@return [Boolean]
Whether PSTN calling is enabled.
@!attribute [rw] pstn_enabled
@return [Integer]
The maximum volume limit for a room profile.
@!attribute [rw] max_volume_limit
@return [Boolean]
Whether room profile setup is enabled.
@!attribute [rw] setup_mode_disabled
@return [String]
not need to pass this option.
**A suitable default value is auto-generated.** You should normally
profile.
The user-specified token that is used during the creation of a
@!attribute [rw] client_request_token
@return [String]
a limited preview audience.)
The locale of the room profile. (This is currently only available to
@!attribute [rw] locale
@return [String]
A wake word for Alexa, Echo, Amazon, or a computer.
@!attribute [rw] wake_word
@return [String]
The temperature unit to be used by devices in the profile.
@!attribute [rw] temperature_unit
@return [String]
The distance unit to be used by devices in the profile.
@!attribute [rw] distance_unit
@return [String]
The valid address for the room.
@!attribute [rw] address
@return [String]
The time zone used by a room profile.
@!attribute [rw] timezone
@return [String]
The name of a room profile.
@!attribute [rw] profile_name
}
],
},
value: “TagValue”, # required
key: “TagKey”, # required
{
tags: [
},
},
enabled: false, # required
release_after_minutes: 1, # required
require_check_in: {
},
enabled: false, # required
duration_in_minutes: 1, # required
instant_booking: {
},
enabled: false, # required
reminder_type: “ANNOUNCEMENT_TIME_CHECK”, # required, accepts ANNOUNCEMENT_TIME_CHECK, ANNOUNCEMENT_VARIABLE_TIME_LEFT, CHIME, KNOCK
reminder_at_minutes: [1], # required
end_of_meeting_reminder: {
room_utilization_metrics_enabled: false,
meeting_room_configuration: {
pstn_enabled: false,
max_volume_limit: 1,
setup_mode_disabled: false,
client_request_token: “ClientRequestToken”,
locale: “DeviceLocale”,
wake_word: “ALEXA”, # required, accepts ALEXA, AMAZON, ECHO, COMPUTER
temperature_unit: “FAHRENHEIT”, # required, accepts FAHRENHEIT, CELSIUS
distance_unit: “METRIC”, # required, accepts METRIC, IMPERIAL
address: “Address”, # required
timezone: “Timezone”, # required
profile_name: “ProfileName”, # required
{
data as a hash:
@note When making an API call, you may pass CreateProfileRequest