timeoutMessage property

  1. @TagNumber(4)
String get 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)
set timeoutMessage (String v)

Implementation

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