createConversation abstract method

Future<ConversationHandle> createConversation(
  1. EngineHandle engine,
  2. ConversationConfig config
)

Implementation

Future<ConversationHandle> createConversation(
  EngineHandle engine,
  ConversationConfig config,
);