confidence property

double? confidence
getter/setter pair

The system's confidence score that this Knowledge answer is a good match for this conversational query, range from 0.0 (completely uncertain) to 1.0 (completely certain).

Implementation

core.double? confidence;