Unblu Agent Embedded JS API
    Preparing search index...

    Enumeration MessageInputTextInsertionType

    Defines how text is inserted into the message input relative to its current value.

    Index

    Enumeration Members

    Enumeration Members

    APPEND: "APPEND"

    Adds the text after the current value of the message input.

    PREPEND: "PREPEND"

    Adds the text before the current value of the message input.

    REPLACE: "REPLACE"

    Replaces the current value of the message input.