@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface SendPollResponseInput

    Properties required to send a response to a poll.

    SendPollResponseInput

    interface SendPollResponseInput {
        answers: string[];
        handleId: HandleId;
        pollId: string;
        recipient: Recipient;
    }
    Index

    Properties

    answers: string[]

    The answers to the poll.

    handleId: HandleId

    Identifier of the handle owned by this client.

    pollId: string

    The identifier of the poll to respond to.

    recipient: Recipient

    The target recipient.