[This is preliminary documentation and is subject to change.]

Initializes the chosen action update requested event args.

Namespace: Clarion.Framework.Core
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public ExternalActionRecommendedEventArgs(
	Guid worldID,
	SensoryInformation relatedInput,
	bool expectsNewInput
)

Parameters

worldID
Type: System..::..Guid
The world ID of the external action chunk
relatedInput
Type: Clarion.Framework..::..SensoryInformation
The input that was the bases for the chosen external action
expectsNewInput
Type: System..::..Boolean
Indicates if learning from new input is expected after performing the chosen action

See Also