The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Bot::Backbone::Types - The type library for Bot::Backbone

VERSION

version 0.161950

DESCRIPTION

This is a container for the various types used by Bot::Backbone. It is built using MooseX::Types.

TYPES

DispatcherType

This is an enum with the following values:

    bot
    service

EventLoop

This is just an object with a run method.

PredicateList

This is an array of code references.

ServiceList

This is a hash of objects that implement Bot::Backbone::Service::Role::Service.

VolumeLevel

This is an enumeration of possible volume levels for chats. It must be one of the following:

    shout
    spoken
    whisper

AUTHOR

Andrew Sterling Hanenkamp <hanenkamp@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Qubling Software LLC.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.