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

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Dedicated Builder
  • Method Summary

    Modifier and Type
    Method
    Description
    Getting builder
    Set 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

      static SmartConversation.Builder builder()
      Getting builder
      Returns:
      New Builder instance