DefaultViewComponents

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun ChatFeedEntry(entry: ChatFeedEntry, content: @Composable () -> Unit)

Renders a single entry in the chat feed.

Link copied to clipboard
open fun ChatTopAppBar(content: @Composable () -> Unit)

Renders the top app bar displayed at the top of each messaging screen.

Link copied to clipboard
open fun ConversationClosed(content: @Composable () -> Unit)

Renders the banner displayed when the conversation has been closed by the agent or system.

Link copied to clipboard
@ApiStatus.Experimental
open fun MarkdownContent(text: String, content: @Composable () -> Unit)

Renders text content that may contain markdown formatting.