adaptationTimeout property
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);
Implementation
@$pb.TagNumber(1)
set adaptationTimeout($core.bool v) {
$_setBool(0, v);
}