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

    Interface PieRequest

    The request body of a Prompt Input Event.

    interface PieRequest {
        applicationKey?: string;
        callid?: string;
        custom?: string;
        event?: "pie";
        menuResult?: MenuResult;
        timestamp?: Date;
        version?: number;
    }
    Index

    Properties

    applicationKey?: string

    The unique application key. You can find it in the Sinch dashboard.

    callid?: string

    The unique ID assigned to this call.

    custom?: string

    A string that can be used to pass custom information related to the call.

    event?: "pie"

    Must have the value pie.

    menuResult?: MenuResult

    An object containing information about the returned menu result.

    timestamp?: Date

    The timestamp in UTC format.

    version?: number

    The current API version.