streamingDetectIntent abstract method

Stream<StreamingDetectIntentResponse> streamingDetectIntent(
  1. ServiceCall call,
  2. Stream<StreamingDetectIntentRequest> request
)

Implementation

$async.Stream<$8.StreamingDetectIntentResponse> streamingDetectIntent(
    $grpc.ServiceCall call,
    $async.Stream<$8.StreamingDetectIntentRequest> request);