adaptationTimeout property

  1. @TagNumber(1)
bool adaptationTimeout

Whether there was a timeout when applying speech adaptation. If true, adaptation had no effect in the response transcript.

Implementation

@$pb.TagNumber(1)
$core.bool get adaptationTimeout => $_getBF(0);
  1. @TagNumber(1)
void adaptationTimeout=(bool v)

Implementation

@$pb.TagNumber(1)
set adaptationTimeout($core.bool v) {
  $_setBool(0, v);
}