@voiceflow/google-types
Version:
Google service types
9 lines • 331 B
TypeScript
import type { BuiltinSlot } from '@voiceflow/common';
export declare enum SlotType {
DATE = "actions.type.Date",
TIME = "actions.type.Time",
NUMBER = "actions.type.Number",
DATE_TIME = "actions.type.DateTime"
}
export declare const BUILT_IN_SLOTS: BuiltinSlot<SlotType, never>[];
//# sourceMappingURL=slots.d.ts.map