interface CaseFieldSuggestion {
    confidence: number;
    id: string;
    value: string;
}

Properties

Properties

confidence: number

The confidence value of the suggestion in decimal.

id: string

The ID of the suggestion.

value: string

The suggested field value.