/** * Used to reference a dynamic variable. */ export interface ConvAiDynamicVariable { variableName: string; }