Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface MenuResult

    interface MenuResult {
        inputMethod?: string;
        menuId?: string;
        type?: string;
        value?: string;
    }
    Index

    Properties

    inputMethod?: string

    The type of input received.

    menuId?: string

    The ID of the menu that triggered the prompt input event.

    type?: string

    The type of information that's returned.

    value?: string

    The value of the returned information.