Enum CopilotDataSourceType
Copilot data source type This Enum is used by: copilot_data_source.copilot_data_source_type
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum CopilotDataSourceType : short
Fields
| Name | Description |
|---|---|
| Documents | 3: Set copilot data source type to documents |
| FAQs | 1: Set copilot data source type to FAQs |
| Products | 4: Set copilot data source type to products |
| ReplyTemplates | 2: Set copilot data source type to reply templates |
| Requests | 0: Set copilot data source type to requests |
| WebContent | 5: Set copilot data source type to web content |