timeoutMessage property
If set, returns a message specifying which part of the speech adaptation request timed out.
Implementation
@$pb.TagNumber(4)
$core.String get timeoutMessage => $_getSZ(1);
Implementation
@$pb.TagNumber(4)
set timeoutMessage($core.String v) {
$_setString(1, v);
}