TranscriptTurn

components/transcript/Turn.vue

One turn's message stack — purely presentational, iterating `turn.messages` through TranscriptMessage. A turn's title/summary never render inline here; they only surface in TranscriptNavigator's hover flyout.

Can you bump our webhook rate limit? We keep getting throttled during traffic spikes.

AR

Updating the webhooks block now.

components/transcript/Turn.vue

Usage

<TranscriptTurn :turn = "(required)" userName = "(required)" />

Props

PropTypeDefaultDescription
turnObject(required)TranscriptTurn — { title: string, summary: string, messages: TranscriptMessage[] }.
userNameString(required)Forwarded to each TranscriptMessage for the user side's avatar.

Related

Qpoint Brand Style Guide