streamingText property
For STREAMING_UPDATE — the running response text and token count.
Implementation
@$pb.TagNumber(5)
$core.String get streamingText => $_getSZ(4);
Implementation
@$pb.TagNumber(5)
set streamingText($core.String value) => $_setString(4, value);