/** * This file was auto-generated by Fern from our API Definition. */ import * as ElevenLabs from "../index"; export interface ConversationInitiationClientDataConfigOutput { /** Overrides for the conversation configuration */ conversation_config_override?: ElevenLabs.ConversationConfigClientOverrideConfigOutput; /** Whether to include custom LLM extra body */ custom_llm_extra_body?: boolean; /** Whether to enable conversation initiation client data from webhooks */ enable_conversation_initiation_client_data_from_webhook?: boolean; }