afv-library/skills/service-digital-engagement-deployment-configure/assets/esd_web_update_template.xml

34 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<EmbeddedServiceConfig xmlns="http://soap.sforce.com/2006/04/metadata">
<areGuestUsersAllowed>false</areGuestUsersAllowed>
<!-- Branding (optional — reference an existing BrandingSet) -->
<!-- <branding>{BRANDING_SET_NAME}</branding> -->
<deploymentFeature>EmbeddedMessaging</deploymentFeature>
<deploymentType>{Web|API|Mobile}</deploymentType>
<!-- Messaging Channel Configuration -->
<embeddedServiceMessagingChannel>
<isChatInvitationCustomizable>{true|false}</isChatInvitationCustomizable>
<isEnabled>true</isEnabled>
<isInvitationEnabled>{true|false}</isInvitationEnabled>
<isSendInvtAllowedAfterAccept>{true|false}</isSendInvtAllowedAfterAccept>
<isSendInvtAllowedAfterReject>{true|false}</isSendInvtAllowedAfterReject>
<messagingChannel>{CHANNEL_PLATFORM_KEY}</messagingChannel>
<shouldShowAgentforceTagline>{true|false}</shouldShowAgentforceTagline>
<shouldShowDeliveryReceipts>{true|false}</shouldShowDeliveryReceipts>
<shouldShowEmojiSelection>{true|false}</shouldShowEmojiSelection>
<shouldShowReadReceipts>{true|false}</shouldShowReadReceipts>
<shouldShowTypingIndicators>{true|false}</shouldShowTypingIndicators>
<shouldStartNewLineOnEnter>{true|false}</shouldStartNewLineOnEnter>
</embeddedServiceMessagingChannel>
<isEnabled>true</isEnabled>
<isTermsAndConditionsEnabled>{true|false}</isTermsAndConditionsEnabled>
<isTermsAndConditionsRequired>{true|false}</isTermsAndConditionsRequired>
<masterLabel>{DEPLOYMENT_NAME}</masterLabel>
<shouldHideAuthDialog>false</shouldHideAuthDialog>
<!-- Do NOT update <site> — auto-generated at creation, must not be modified -->
</EmbeddedServiceConfig>