intentDetectionConfidence property

  1. @TagNumber(12)
double get intentDetectionConfidence

Implementation

@$pb.TagNumber(12)
$core.double get intentDetectionConfidence => $_getN(11);
  1. @TagNumber(12)
set intentDetectionConfidence (double v)

Implementation

@$pb.TagNumber(12)
set intentDetectionConfidence($core.double v) {
  $_setFloat(11, v);
}