@Configuration public class EventHandlersConfiguration extends Object
| Constructor and Description |
|---|
EventHandlersConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
BotFrameworkDeliveryHandler |
botFrameworkDeliveryHandler(com.botscrew.botframework.container.DeliveryContainer deliveryContainer) |
BotFrameworkEchoEventHandler |
botFrameworkEchoEventHandler(com.botscrew.botframework.container.EchoContainer echoContainer) |
BotFrameworkLocationEventHandler |
botFrameworkLocationEventHandler(com.botscrew.botframework.container.LocationContainer locationContainer) |
BotFrameworkPostbackEventHandler |
botFrameworkPostbackEventHandler(com.botscrew.botframework.container.PostbackContainer postbackContainer) |
BotFrameworkQuickReplyEventHandler |
botFrameworkQuickReplyEventHandler(com.botscrew.botframework.container.PostbackContainer postbackContainer) |
BotFrameworkReadEventHandler |
botFrameworkReadEventHandler(com.botscrew.botframework.container.ReadContainer readContainer) |
BotFrameworkReferralHandler |
botFrameworkReferralHandler(com.botscrew.botframework.container.ReferralContainer referralContainer) |
BotFrameworkTextEventHandler |
botFrameworkTextEventHandler(com.botscrew.botframework.container.TextContainer textContainer) |
@Bean @ConditionalOnMissingBean(value=BotFrameworkLocationEventHandler.class) public BotFrameworkLocationEventHandler botFrameworkLocationEventHandler(com.botscrew.botframework.container.LocationContainer locationContainer)
@Bean @ConditionalOnMissingBean(value=BotFrameworkPostbackEventHandler.class) public BotFrameworkPostbackEventHandler botFrameworkPostbackEventHandler(com.botscrew.botframework.container.PostbackContainer postbackContainer)
@Bean @ConditionalOnMissingBean(value=BotFrameworkQuickReplyEventHandler.class) public BotFrameworkQuickReplyEventHandler botFrameworkQuickReplyEventHandler(com.botscrew.botframework.container.PostbackContainer postbackContainer)
@Bean @ConditionalOnMissingBean(value=BotFrameworkTextEventHandler.class) public BotFrameworkTextEventHandler botFrameworkTextEventHandler(com.botscrew.botframework.container.TextContainer textContainer)
@Bean @ConditionalOnMissingBean(value=BotFrameworkReferralHandler.class) public BotFrameworkReferralHandler botFrameworkReferralHandler(com.botscrew.botframework.container.ReferralContainer referralContainer)
@Bean @ConditionalOnMissingBean(value=BotFrameworkReadEventHandler.class) public BotFrameworkReadEventHandler botFrameworkReadEventHandler(com.botscrew.botframework.container.ReadContainer readContainer)
@Bean @ConditionalOnMissingBean(value=BotFrameworkEchoEventHandler.class) public BotFrameworkEchoEventHandler botFrameworkEchoEventHandler(com.botscrew.botframework.container.EchoContainer echoContainer)
@Bean @ConditionalOnMissingBean(value=BotFrameworkDeliveryHandler.class) public BotFrameworkDeliveryHandler botFrameworkDeliveryHandler(com.botscrew.botframework.container.DeliveryContainer deliveryContainer)
Copyright © 2019. All rights reserved.