intentDetectionConfidence property

  1. @Deprecated('Not supported. Member documentation may have more information.')
double? intentDetectionConfidence
getter/setter pair

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. This field is deprecated, please use QueryResult.match instead.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.double? intentDetectionConfidence;