Values.EventsConfigurationSourceThe configuration that allows a bot to receive outgoing events. Can be either an HTTPS endpoint or a Lambda function ARN.
type nonrec t = {botId : String_.t option;The bot ID.
*)outboundEventsHTTPSEndpoint : SensitiveString.t option;HTTPS endpoint that allows a bot to receive outgoing events.
*)lambdaFunctionArn : SensitiveString.t option;Lambda function ARN that allows a bot to receive outgoing events.
*)}