${this.isAssistantSpeaking() ? html`
${this.activeCaptionText()}
` : html`
${this.activeCaptionText()}
`}
${this.mockButtons.map((button, index) => html`
${button.name}
`)} ${this.sequences.map((sequence, index) => html`
Seq: ${sequence.name}
`)}
${this.initializationState !== 'initialized' || !this.usePersona ? html`
` : html` `}