@Configuration
@ConditionalOnClass(value={org.springframework.social.config.annotation.SocialConfigurerAdapter.class,org.springframework.social.botframework.connect.BotFrameworkConnectionFactory.class})
@ConditionalOnProperty(prefix="spring.social.microsoft.skype",
name="app-id")
public class BotFrameworkAutoConfiguration
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
BotFrameworkAutoConfiguration.BotFrameworkConfigurerAdapter |
| Constructor and Description |
|---|
BotFrameworkAutoConfiguration() |