UNPKG

@voiceflow/google-types

Version:
13 lines (12 loc) 550 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultChatSettings = exports.defaultSharedChatSettings = void 0; const chat_types_1 = require("@voiceflow/chat-types"); const defaultSharedChatSettings = (settings = {}) => ({ ...chat_types_1.ChatVersion.defaultSettings(settings), }); exports.defaultSharedChatSettings = defaultSharedChatSettings; const defaultChatSettings = (settings = {}) => ({ ...(0, exports.defaultSharedChatSettings)(settings), }); exports.defaultChatSettings = defaultChatSettings;