Unblu Embedded App Component API
    Preparing search index...

    Interface MessageData

    interface MessageData {
        fallbackText: string;
        locale?: string;
        type: MessageType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    fallbackText: string

    The fallback text of the message.

    locale?: string

    The language of the message, expressed as a locale string (e.g., "en-US"). If not set, the service attempts to detect the language from the message text, but only if automatic language detection is enabled. If auto-detection is disabled, the locale remains null, no language is set for the message, and the message isn't translated.

    The type of the message.