afv-library/skills/service-digital-engagement-deployment-configure/examples/esd_api.xml

26 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<EmbeddedServiceConfig xmlns="http://soap.sforce.com/2006/04/metadata">
<areGuestUsersAllowed>false</areGuestUsersAllowed>
<deploymentFeature>EmbeddedMessaging</deploymentFeature>
<deploymentType>API</deploymentType>
<embeddedServiceMessagingChannel>
<isChatInvitationCustomizable>false</isChatInvitationCustomizable>
<isEnabled>true</isEnabled>
<isInvitationEnabled>false</isInvitationEnabled>
<isSendInvtAllowedAfterAccept>false</isSendInvtAllowedAfterAccept>
<isSendInvtAllowedAfterReject>false</isSendInvtAllowedAfterReject>
<messagingChannel>Customer_Support_Chat</messagingChannel>
<shouldShowAgentforceTagline>false</shouldShowAgentforceTagline>
<shouldShowDeliveryReceipts>false</shouldShowDeliveryReceipts>
<shouldShowEmojiSelection>false</shouldShowEmojiSelection>
<shouldShowReadReceipts>false</shouldShowReadReceipts>
<shouldShowTypingIndicators>false</shouldShowTypingIndicators>
<shouldStartNewLineOnEnter>false</shouldStartNewLineOnEnter>
</embeddedServiceMessagingChannel>
<isEnabled>true</isEnabled>
<isTermsAndConditionsEnabled>false</isTermsAndConditionsEnabled>
<isTermsAndConditionsRequired>false</isTermsAndConditionsRequired>
<masterLabel>Support_API_Deployment</masterLabel>
<shouldHideAuthDialog>false</shouldHideAuthDialog>
</EmbeddedServiceConfig>