Values.AlexaForBusinessMetadataSourceThe Alexa for Business metadata associated with an Amazon Chime user, used to integrate Alexa for Business with a device.
type nonrec t = {isAlexaForBusinessEnabled : Boolean.t option;Starts or stops Alexa for Business.
*)alexaForBusinessRoomArn : SensitiveString.t option;The ARN of the room resource.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of SensitiveString.t ])
list ]