{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "CallCoachingMediaProvider - Metadata API",
"description": "Represents the CallCoachingMediaProvider configuration. Use CallCoachingMediaProvider to configure which providers of voice recordings that Einstein Conversation Insights can use. For example, Sales Dialer can provide voice recordings. Einstein Conversation Insights then stores and analyzes call recordings to surface insights and trends in customer conversations.This type extends the Metadata metadata type and inherits its fullName field.",
"file_information": ".callCoachingMediaProvider",
"directory_location": "CallCoachingMediaProvider",
"fields_columns": [
"type",
"description"
],
"fields": {
"isActive": {
"type": "boolean",
"description": "Indicates whether the media provider can upload voice recordings (true) or not (false). Default value is false."
},
"providerDescription": {
"type": "string",
"description": "Description of the media provider."
},
"providerName": {
"type": "string",
"description": "Name of the media provider."
}
},
"wsdl_segment": "```xml\n\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 of a CallCoachingMediaProvider component.",
"code": "\n\n true\n Salesforce telephony provider\n Dialer\n"
}
]
}