@voiceflow/google-types
Version:
Google service types
18 lines (17 loc) • 638 B
JavaScript
export const defaultSharedBasePublishing = ({ voice = '', displayName = '', developerName = '', pronunciation = '', smallLogoImage = '', developerEmail = '', fullDescription = '', largeBannerImage = '', privacyPolicyUrl = '', shortDescription = '', termsOfServiceUrl = '', sampleInvocations = [], } = {}) => ({
voice,
displayName,
developerName,
pronunciation,
smallLogoImage,
developerEmail,
fullDescription,
largeBannerImage,
privacyPolicyUrl,
shortDescription,
termsOfServiceUrl,
sampleInvocations,
});
export const defaultBasePublishing = ({ locales = [] } = {}) => ({
locales,
});