EventsConfiguration class

The configuration that allows a bot to receive outgoing events. Can be either an HTTPS endpoint or a Lambda function ARN.

Constructors

EventsConfiguration({String? botId, String? lambdaFunctionArn, String? outboundEventsHTTPSEndpoint})
EventsConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

botId String?
The bot ID.
final
hashCode int
The hash code for this object.
no setterinherited
lambdaFunctionArn String?
Lambda function ARN that allows a bot to receive outgoing events.
final
outboundEventsHTTPSEndpoint String?
HTTPS endpoint that allows a bot to receive outgoing events.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited