{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "wsdl_segment", "declarative_metadata_sample_definition" ], "title": "ServiceAISetupDefinition - Metadata API", "description": "Represents settings for an Einstein for Service feature such as Einstein Article Recommendations. This type extends the Metadata metadata type and inherits its fullName field.", "file_information": ".serviceAISetupDescription", "directory_location": "serviceAISetupDescriptions", "fields_columns": [ "type", "description" ], "fields": { "appSourceType": { "type": "ApplicationSourceType (enumeration of type string)", "description": "The target application for the configuration. Valid values are: REPLY_RECOMMENDATION—Einstein Reply Recommendations ARTICLE_RECOMMENDATION—Einstein Article Recommendations UTTERANCE_RECOMMENDATION—Einstein Bot utterances FAQ—Einstein Bot frequently asked questions", "required": true }, "name": { "type": "string", "description": "A reference to the configuration.", "required": true }, "setupStatus": { "type": "ServiceAISetupDefStatus (enumeration of type string)", "description": "The status of the configuration. Valid values are: FIELDS_SELECTED TRAINING READY_TO_ACTIVATE SERVING RETIRED ARCHIVED READY_FOR_REVIEW", "required": true }, "supportedLanguages": { "type": "string", "description": "Required when appSourceType is ARTICLE_RECOMMENDATION. Language codes for selected and supported languages.", "required": true } }, "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n\n```", "declarative_metadata_sample_definition": [ { "description": "Here’s an example of a ServiceAISetupDefinition component.", "code": "\n\n ARTICLE_RECOMMENDATION\n SA1601228426202\n ARCHIVED\n en,de,fr,it,es,pt,nl\n" } ] }