Legacy v1 app-server endpoints for compatibility with older servers.
Summary
Types
@type connection() :: pid()
Functions
@spec add_conversation_listener(connection(), String.t(), keyword()) :: {:ok, map()} | {:error, term()}
@spec interrupt_conversation(connection(), String.t()) :: {:ok, map()} | {:error, term()}
@spec list_conversations( connection(), keyword() ) :: {:ok, map()} | {:error, term()}
@spec new_conversation(connection(), map() | keyword()) :: {:ok, map()} | {:error, term()}
@spec remove_conversation_listener(connection(), String.t()) :: {:ok, map()} | {:error, term()}
@spec resume_conversation(connection(), map() | keyword()) :: {:ok, map()} | {:error, term()}