UNPKG

@voiceflow/google-types

Version:
8 lines (7 loc) 271 B
import { ChatVersion } from '@voiceflow/chat-types'; export const defaultSharedChatSettings = (settings = {}) => ({ ...ChatVersion.defaultSettings(settings), }); export const defaultChatSettings = (settings = {}) => ({ ...defaultSharedChatSettings(settings), });