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.
AIApplication
This type extends the Metadata metadata type and inherits its fullName field.
File Suffix and Directory Location
AIApplication components have the suffix .ai and are stored in the aiApplications folder.
Version
AIApplication is available in API version 50.0 and later.
Fields
| Field Name | Field Type | Description |
|---|---|---|
| developerName | string | Required. Represents the name of the application. Can contain only underscores and alphanumeric characters and must be unique in your org. It must begin with a letter, not include spaces, not end with an underscore, and not contain two consecutive underscores. |
| masterLabel | string | Label that identifies the AI application throughout the Salesforce user interface. |
| status | AIApplicationStatus (enumeration of type string) | Required. The status of the application. Valid values are:
|
| type | AIApplicationType (enumeration of type string) | The type of AI application. Valid values are:
|
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.