nylas
    Preparing search index...

    Interface ComposeMessageReplyParams

    The parameters for the SmartCompose.composeMessageReply method

    interface ComposeMessageReplyParams {
        identifier: string;
        messageId: string;
        requestBody: ComposeMessageRequest;
    }
    Index

    Properties

    identifier: string

    The identifier of the grant to act upon

    messageId: string

    The id of the message to reply to

    The prompt that smart compose will use to generate a reply suggestion