streamingIntentRecognize method

ResponseStream<StreamingIntentRecognizeResponse> streamingIntentRecognize(
  1. Stream<StreamingRecognizeRequest> request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseStream<$0.StreamingIntentRecognizeResponse>
    streamingIntentRecognize(
        $async.Stream<$0.StreamingRecognizeRequest> request,
        {$grpc.CallOptions? options}) {
  final call =
      $createCall(_$streamingIntentRecognize, request, options: options);
  return $grpc.ResponseStream(call);
}