export interface SpeechEngineConversationInitiationClientDataConfig { /** Whether the first message can be overridden by the client */ firstMessage?: boolean; }