Avaya Infinity Omni SDK
    Preparing search index...

    The initialization parameters for the Messaging UI.

    type MessagingUiInitParams = {
        contextParameters?: Record<string, string>;
        jwt: string;
        jwtProvider: JwtProvider;
        sessionParameters?: Record<string, string>;
        userName?: string;
    }
    Index

    Properties

    contextParameters?: Record<string, string>

    The key value pairs that are passed as context parameters for the conversation to Avaya Infinity. Avaya Infinity uses this information to make business decisions on how the conversation should be treated. For example, the client application might want to send hints about customer's interest based on the customer's searches or FAQ browsing.

    jwt: string

    The JWT to initialize the Messaging UI.

    jwtProvider: JwtProvider

    An implementation of the JwtProvider interface provided by the application to handle the JWT renewal by communicating with their own backend application server.

    sessionParameters?: Record<string, string>

    The key value pairs that are passed as session parameters for capturing information about the user's current session.

    userName?: string

    The user name of the end user.