WxPromptSessionEntryListResultsItem.

interface WxPromptSessionEntryListResultsItem {
    created_at?: number;
    description?: string;
    id?: string;
    name?: string;
}

Properties

created_at?: number

The prompt entry's create time in millis.

description?: string

The prompt entry's description.

id?: string

The prompt entry's ID.

name?: string

The prompt entry's name.