Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
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.
1<?xml version="1.0" encoding="UTF-8"?>
2 <VirtualVisitConfig xmlns="http://soap.sforce.com/2006/04/metadata">
3 <usageType>CHIME</usageType>
4 <visitRegion>us-east-1</visitRegion>
5 <masterLabel>vvconfig1</masterLabel>
6 <experienceCloudSiteUrl>videocall_c@testcloudurl.com</experienceCloudSiteUrl>
7 <namedCredential>SampleNamedCredential</namedCredential>
8 <comprehendServiceType>ComprehendService</comprehendServiceType>
9 <storageBucketName>comprehendbucket</storageBucketName>
10 <isProtected>false</isProtected>
11 </VirtualVisitConfig>This is an example package.xml that references the previous definition.
1<?xml version="1.0" encoding="UTF-8"?>
2 <Package xmlns="http://soap.sforce.com/2006/04/metadata">
3 <namespacePrefix>[namespacePrefix]</namespacePrefix>
4 <fullName>deployPackage</fullName>
5 <types>
6 <members>*</members>
7 <name>VirtualVisitConfig</name>
8 </types>
9 <types>
10 <members>*</members>
11 <name>NamedCredential</name>
12 </types>
13 <version>55.0</version>
14 </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.