detectIntent method

ResponseFuture<DetectIntentResponse> detectIntent(
  1. DetectIntentRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$9.DetectIntentResponse> detectIntent(
    $9.DetectIntentRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$detectIntent, request, options: options);
}