tock / ai.tock.bot.connector.ga / GAHandler

GAHandler

@ConnectorHandler("ga") @Target([AnnotationTarget.CLASS]) annotation class GAHandler (source)

To specify ConnectorStoryHandler for Google Assistant 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 Google Assistant connector. KClass passed as value of this annotation must have a primary constructor with a single not optional StoryHandlerDefinitionBase argument.

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

Properties

value

val value: KClass<out ConnectorStoryHandler<*>>