export interface ConversationConfigOverrideConfig { /** Whether to allow overriding the text_only field. */ textOnly?: boolean; /** Whether to allow overriding the max_duration_seconds field. */ maxDurationSeconds?: boolean; }