Table of Contents

Class TrajectoryTurn

Namespace
Emissary
Assembly
Emissary.dll

One recorded model call.

public sealed record TrajectoryTurn : IEquatable<TrajectoryTurn>
Inheritance
TrajectoryTurn
Implements
Inherited Members

Constructors

TrajectoryTurn(TrajectoryRequest, TrajectoryResponse)

One recorded model call.

public TrajectoryTurn(TrajectoryRequest Request, TrajectoryResponse Response)

Parameters

Request TrajectoryRequest

What the agent sent.

Response TrajectoryResponse

What the model returned.

Properties

Request

What the agent sent.

public TrajectoryRequest Request { get; init; }

Property Value

TrajectoryRequest

Response

What the model returned.

public TrajectoryResponse Response { get; init; }

Property Value

TrajectoryResponse