streamingText property

  1. @TagNumber.new(5)
String get streamingText

For STREAMING_UPDATE — the running response text and token count.

Implementation

@$pb.TagNumber(5)
$core.String get streamingText => $_getSZ(4);
  1. @TagNumber.new(5)
set streamingText (String value)

Implementation

@$pb.TagNumber(5)
set streamingText($core.String value) => $_setString(4, value);