{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "AIReplyRecommendationsSettings - Metadata API",
"description": "Represents the metadata used to manage settings for Einstein Reply Recommendations. This type extends the Metadata metadata type and inherits its fullName field.",
"file_information": ".settings",
"directory_location": "settings",
"fields_columns": [
"type",
"description"
],
"fields": {
"enableAIReplyRecommendations": {
"type": "boolean",
"description": "If true (default), Einstein Reply Recommendations is enabled. If false, it is disabled."
},
"enableGenReplyRecommendations": {
"type": "boolean",
"description": "If true (default), Einstein Service Replies is enabled. If false, it is disabled. Available in API version 58.0 or later."
},
"enableServiceEinsteinGPTGrounding": {
"type": "boolean",
"description": "If true (default), Service AI Grounding is enabled. If false, it is disabled. Available in API version 58.0 or later."
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n```",
"declarative_metadata_sample_definition": [
{
"description": "The following is an example aireplyrecommendations.settings metadata file:",
"code": "\n\n\ttrue\n"
}
]
}