intentDetectionConfidence property

double? intentDetectionConfidence
final

The intent detection confidence.

Values range from 0.0 (completely uncertain) to 1.0 (completely certain).

This value is for informational purpose only and is only used to help match the best intent within the classification threshold.

This value may change for the same end-user expression at any time due to a model retraining or change in implementation.

If there are multiple knowledgeAnswers messages, this value is set to the greatest knowledgeAnswers.match_confidence value in the list.

Implementation

final double? intentDetectionConfidence;