tock / ai.tock.bot.connector.whatsapp / WhatsAppHandler

WhatsAppHandler

@ConnectorHandler("whatsapp") @Target([AnnotationTarget.CLASS]) annotation class WhatsAppHandler (source)

To specify ConnectorStoryHandler for WhatsApp connector. KClass passed as value of this annotation must have a primary constructor with a single not optional StoryHandlerDefinitionBase argument.

Constructors

<init>

To specify ConnectorStoryHandler for WhatsApp connector. KClass passed as value of this annotation must have a primary constructor with a single not optional StoryHandlerDefinitionBase argument.

WhatsAppHandler(value: KClass<out ConnectorStoryHandler<*>>)

Properties

value

val value: KClass<out ConnectorStoryHandler<*>>