timeoutMessage property

  1. @TagNumber(4)
String timeoutMessage

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);
  1. @TagNumber(4)
void timeoutMessage=(String v)

Implementation

@$pb.TagNumber(4)
set timeoutMessage($core.String v) {
  $_setString(1, v);
}