Values.CreateBotRequestSourceCreates a bot for an Amazon Chime Enterprise account.
type nonrec t = {accountId : NonEmptyString.t;The Amazon Chime account ID.
*)displayName : SensitiveString.t;The bot display name.
*)domain : NonEmptyString.t option;The domain of the Amazon Chime Enterprise account.
*)}val make :
?domain:??? ->
accountId:NonEmptyString.t ->
displayName:SensitiveString.t ->
unit ->
t