Avaya Infinity Omni SDK
    Preparing search index...

    The configuration for a text string used in the Messaging UI with its Translations for different locales.

    type TextConfig = {
        translations?: Translations;
        value: string;
    }
    Index

    Properties

    Properties

    translations?: Translations

    The translations for the text string in different locales.

    value: string

    The default value of the text string in English.