Interface ConversationOptions

interface ConversationOptions {
    readonly?: boolean;
}

Properties

Properties

readonly?: boolean

Whether the chat iframe should be rendered as readonly.

This will remove the bottom bar with the assign controls and the chat input.

Generated using TypeDoc