Unblu Agent Embedded JS API
    Preparing search index...

    Interface CopyToMessageInputOptions

    Options controlling how content is copied into the message input.

    interface CopyToMessageInputOptions {
        internal?: boolean;
    }
    Index

    Properties

    Properties

    internal?: boolean

    Whether the message input is switched to the internal or public messaging mode before the content is inserted. The mode is only switched if the agent is allowed to use the requested mode in the conversation.

    If omitted, the current messaging mode is kept.