@webitel/api-services
    Preparing search index...

    SendInteractiveMessageRequest sends a structured interactive message.

    interface WebitelImApiGatewayV1SendInteractiveMessageRequest {
        body?: string;
        interactive?: WebitelImApiGatewayV1Interactive;
        metadata?: WebitelImApiGatewayV1SendInteractiveMessageRequestMetadata;
        sendId?: string;
        to?: WebitelImApiGatewayV1Peer;
    }
    Index

    Properties

    body?: string

    Body text for the message.

    Interactive payload.

    Arbitrary metadata.

    sendId?: string

    Optional idempotency key for deduplication.

    Recipient of the message.