intentDetectionConfidence property

  1. @TagNumber(12)
double intentDetectionConfidence

Implementation

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

Implementation

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