QuanticCaseClassification
QuanticCaseClassification
The QuanticCaseClassification
component displays field value suggestions returned by Coveo Case Assist as well as a single-select dropdown containing other available values retrieved from the CASE_OBJECT of the Salesforce org used.
Note: only supports Salesforce fields of type Picklist
.
Example
<c-quantic-case-classification engine-id={engineId} coveo-field-name="sfpriority" sf-field-api-name="Priority" required label="Which topic is related to your issue?" select-placeholder="More topics" max-suggestions="3" message-when-value-missing="Select an option"></c-quantic-case-classification>
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
|
|
The ID of the engine instance the component registers to. |
|
|
|
|
The name of the field of the case in the Salesforce API to be classified. |
|
|
|
|
The name of the Coveo field to be classified. |
|
|
|
|
Tells whether the input is required or not. |
|
|
|
|
The label to be shown to the user. |
|
|
|
|
The placeholder of the combo box input. |
|
|
|
|
The maximum number of suggestions to be displayed. |
|
|
|
|
The message to be shown when the value is missing. |
|
|
|
|
Indicates whether the component should automatically fetch new case classifications when its value changes. |
|
|
|
|
Indicates whether the component should automatically fetch new document suggestions when its value changes. |
|
|
|
|
Whether or not the component should fetch classifications during initialization. |
|
|
XML Configuration File Elements
The following XML configuration file elements apply (see XML Configuration File Elements).
Metadata | Value |
---|---|
|
|
|
|