Avaya Infinity Omni SDK
    Preparing search index...

    Payload for the rich media content which covers image, file, postback, reply, location, carousel.

    type RichMediaPayload = {
        actions?: Action[];
        attachmentIds?: string[];
        mediaUrl?: string;
        selectedAction?: Action;
    }
    Index

    Properties

    actions?: Action[]

    Available actions for message containing reply rich media elements.

    attachmentIds?: string[]

    List of attachment ids for all the attachments contained in the rich media payload of the message.

    mediaUrl?: string

    The URL of the file/image for an attachment message.

    selectedAction?: Action

    The selected action against available actions for message containing reply.