VirtualVisitConfig
Parent Type
File Suffix and Directory Location
VirtualVisitConfig components have the suffix .virtualVisitConfig and are stored in the VirtualVisitConfigs folder.
Version
VirtualVisitConfig components are available in API version 54.0 and later.
Special Access Rules
Access to this metadata type requires at least one of these preferences:
- Video Calls: Org Pref (VideoVisits) Org preference
- Industries Einstein: Intelligent Form Reader (EinsteinDocReader)
- Industries Einstein: Sentiment Insights Account (IESentimentAnalysis)
- Natural Language Processing: Key phrase extraction and entity detection (NLPServiceEnabled) Org Preference and the NLP: Key phrase extraction (KeyPhrasePrefEnabled) Org Preference
- Natural Language Processing (NLPServicePrefEnabled) Org Preference
Fields
Field Name | Description |
---|---|
comprehendServiceType |
|
developerName |
|
experienceCloudSiteUrl |
|
externalMsgServiceIdentifier |
|
externalRoleIdentifier |
|
externalUserIdentifier |
|
fullName |
|
isProtected |
|
masterLabel |
|
messagingRegion |
|
namedCredential |
|
storageBucketName |
|
usageType |
|
videoCallApptTypeValue |
|
videoControlRegion |
|
visitRegion |
|
Declarative Metadata Sample Definition
This is an example of a VirtualVisitConfig component.
<?xml version="1.0" encoding="UTF-8"?>
<VirtualVisitConfig xmlns="http://soap.sforce.com/2006/04/metadata">
<usageType>CHIME</usageType>
<visitRegion>us-east-1</visitRegion>
<masterLabel>vvconfig1</masterLabel>
<experienceCloudSiteUrl>videocall_c@testcloudurl.com</experienceCloudSiteUrl>
<namedCredential>SampleNamedCredential</namedCredential>
<comprehendServiceType>ComprehendService</comprehendServiceType>
<storageBucketName>comprehendbucket</storageBucketName>
<isProtected>false</isProtected>
</VirtualVisitConfig>
This is an example package.xml that references the previous definition.
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<namespacePrefix>[namespacePrefix]</namespacePrefix>
<fullName>deployPackage</fullName>
<types>
<members>*</members>
<name>VirtualVisitConfig</name>
</types>
<types>
<members>*</members>
<name>NamedCredential</name>
</types>
<version>55.0</version>
</Package>
Wildcard Support in the Manifest File
This metadata type supports the wildcard character * (asterisk) in the package.xml manifest file. For information about using the manifest file, see Deploying and Retrieving Metadata with the Zip File.