EventsConfiguration constructor

EventsConfiguration({
  1. String? botId,
  2. String? lambdaFunctionArn,
  3. String? outboundEventsHTTPSEndpoint,
})

Implementation

EventsConfiguration({
  this.botId,
  this.lambdaFunctionArn,
  this.outboundEventsHTTPSEndpoint,
});