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