TypeScript Types
Core Types
EventDefinition
EventHistoryConfig
EventMessage
DialogueContext
AuthData
JwtClaims
Runtime Types
Runtime
Supported runtime environments. Used with the runtime config option or returned by detectRuntime().
RuntimeAdapter
Abstracts the HTTP server and Socket.IO engine binding for different runtimes. You typically don't interact with this directly — createDialogue() creates the appropriate adapter based on the runtime config option.
RuntimeStartOptions
Options passed internally to RuntimeAdapter.start(). These are assembled by the Dialogue server setup and not typically constructed manually.
See Also
- Event Definitions - Using EventDefinition
- Authentication - Using AuthData and JwtClaims
- Dialogue Configuration - Using DialogueContext
This documentation reflects the current implementation and is subject to evolution. Contributions and feedback are welcome.