Avaya Infinity Omni SDK
    Preparing search index...

    Definition of the message body element such as the type of element, the message text and format.

    type MessageBody = {
        elementText: ElementText;
        elementType: ElementType;
        richMediaPayload?: RichMediaPayload;
    }
    Index

    Properties

    elementText: ElementText

    The text of the message body.

    elementType: ElementType

    The type of the body element e.g - text.

    richMediaPayload?: RichMediaPayload

    Details of rich media contained in the message.