streamingDetectIntent method

ResponseStream<StreamingDetectIntentResponse> streamingDetectIntent(
  1. Stream<StreamingDetectIntentRequest> request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseStream<$8.StreamingDetectIntentResponse> streamingDetectIntent(
    $async.Stream<$8.StreamingDetectIntentRequest> request,
    {$grpc.CallOptions? options}) {
  return $createStreamingCall(_$streamingDetectIntent, request,
      options: options);
}