RewardRequest.Value Property

Definition

Gets or sets reward to be assigned to an action. Value should be between -1 and 1 inclusive.

[Newtonsoft.Json.JsonProperty(PropertyName="value")]
public double Value { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="value")>]
member this.Value : double with get, set
Public Property Value As Double

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to