# Conversation Accessible conversation log with optional stick-to-bottom behavior and a jump-to-latest action. Use Conversation as the named scrollable log around Message entries. Keep transcript announcements off. Announce completed updates through the component that owns each status. ## API The package declarations define these public members. ### Inherited prop contracts - `Omit, 'children'>` — Props from this native base are accepted except the listed members. | Member | Type | Kind | Required | Default | Description | | --- | --- | --- | --- | --- | --- | | `children` | `Snippet` | snippet | Yes | - | No additional description. | | `jumpToLatestLabel` | `string` | prop | No | `undefined` | Text for the jump action. Omit this text to hide the action. | | `label` | `string` | prop | Yes | - | Accessible name for the conversation log. | | `onStickToBottomChange` | `(stickToBottom: boolean) => void` | callback | No | `undefined` | No additional description. | | `stickToBottom` | `boolean` | binding | No | `false` | Follow new content until the user scrolls away from the latest item. | ## Related - [ActivityStatus](/docs/components/activity-status): Compact agent activity status with elapsed time, task progress, and one live announcement. - [AgentTrace](/docs/components/agent-trace): Controlled disclosure of observable stages, searches, tools, files, and checks. - [AgentResponse](/docs/components/agent-response): Assistant result with consumer-rendered content, streaming state, sources, actions, and follow-up prompts.