> ## Documentation Index
> Fetch the complete documentation index at: https://docs.resq.software/llms.txt
> Use this file to discover all available pages before exploring further.

# ResQ.Clients.TelemetryBatchRequest.TelemetryBatchRequest(string,System.Collections.Generic.List ResQ.Clients.TelemetryPacket ,System.Collections.Generic.List ResQ.Clients.Detection )

### [ResQ.Clients](./ResQ.Clients.md "ResQ.Clients").[TelemetryBatchRequest](./ResQ.Clients.TelemetryBatchRequest.md "ResQ.Clients.TelemetryBatchRequest")

## TelemetryBatchRequest(string, List\<TelemetryPacket>, List\<Detection>) Constructor

Request containing a batch of telemetry packets from a drone.

```csharp theme={null}
public TelemetryBatchRequest(string DroneId, System.Collections.Generic.List<ResQ.Clients.TelemetryPacket> Packets, System.Collections.Generic.List<ResQ.Clients.Detection>? Detections=null);
```

#### Parameters

<a name="ResQ.Clients.TelemetryBatchRequest.TelemetryBatchRequest(string,System.Collections.Generic.List_ResQ.Clients.TelemetryPacket_,System.Collections.Generic.List_ResQ.Clients.Detection_).DroneId" />

`DroneId` [System.String](https://learn.microsoft.com/en-us/dotnet/api/system.string "System.String")

The unique identifier of the drone.

<a name="ResQ.Clients.TelemetryBatchRequest.TelemetryBatchRequest(string,System.Collections.Generic.List_ResQ.Clients.TelemetryPacket_,System.Collections.Generic.List_ResQ.Clients.Detection_).Packets" />

`Packets` [System.Collections.Generic.List\<](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1 "System.Collections.Generic.List`1")[TelemetryPacket](./ResQ.Clients.TelemetryPacket.md "ResQ.Clients.TelemetryPacket")[>](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1 "System.Collections.Generic.List`1")

List of telemetry packets in this batch.

<a name="ResQ.Clients.TelemetryBatchRequest.TelemetryBatchRequest(string,System.Collections.Generic.List_ResQ.Clients.TelemetryPacket_,System.Collections.Generic.List_ResQ.Clients.Detection_).Detections" />

`Detections` [System.Collections.Generic.List\<](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1 "System.Collections.Generic.List`1")[Detection](./ResQ.Clients.Detection.md "ResQ.Clients.Detection")[>](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1 "System.Collections.Generic.List`1")

Optional list of AI detections from this batch.
