TurnStartEvent
Generated by TypeDoc. Do not edit this page directly.
Class: TurnStartEvent
Section titled “Class: TurnStartEvent”Defined in: packages/core/src/runtime/events.ts:20
Extends
Section titled “Extends”HarnessEvent<{input:string;turnId:string; }>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new TurnStartEvent(record): TurnStartEvent;Defined in: packages/core/src/runtime/types/events.ts:35
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
record | HarnessEventRecord<{ input: string; turnId: string; }> |
Returns
Section titled “Returns”TurnStartEvent
Inherited from
Section titled “Inherited from”Properties
Section titled “Properties”| Property | Modifier | Type | Default value | Overrides | Inherited from | Defined in |
|---|---|---|---|---|---|---|
record | readonly | HarnessEventRecord<{ input: string; turnId: string; }> | undefined | - | HarnessEvent.record | packages/core/src/runtime/types/events.ts:35 |
schema | static | ObjectSchema<{ input: StringSchema; turnId: StringSchema; }> | undefined | HarnessEvent.schema | - | packages/core/src/runtime/events.ts:25 |
type | static | string | "turn:start" | HarnessEvent.type | - | packages/core/src/runtime/events.ts:24 |
Accessors
Section titled “Accessors”Get Signature
Section titled “Get Signature”get at(): string;Defined in: packages/core/src/runtime/types/events.ts:49
Returns
Section titled “Returns”string
Inherited from
Section titled “Inherited from”Get Signature
Section titled “Get Signature”get id(): string;Defined in: packages/core/src/runtime/types/events.ts:37
Returns
Section titled “Returns”string
Inherited from
Section titled “Inherited from”payload
Section titled “payload”Get Signature
Section titled “Get Signature”get payload(): TPayload;Defined in: packages/core/src/runtime/types/events.ts:45
Returns
Section titled “Returns”TPayload
Inherited from
Section titled “Inherited from”Get Signature
Section titled “Get Signature”get type(): string;Defined in: packages/core/src/runtime/types/events.ts:41
Returns
Section titled “Returns”string