Interface SmartConversation
public interface SmartConversation
This object is required for apps that subscribe to Smart Conversations features. Note that this
functionality is available for open beta testing.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionstatic SmartConversation.Builder
builder()
Getting builderSet to true to allow messages processed by this app to be analyzed by Smart Conversations.
-
Method Details
-
getEnabled
Boolean getEnabled()Set to true to allow messages processed by this app to be analyzed by Smart Conversations.- Returns:
- enabled
-
builder
Getting builder- Returns:
- New Builder instance
-