Class GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpecControlPoint
The control points used to define the curve. The curve defined through these control points can only be monotonically increasing or decreasing(constant values are acceptable).
Inheritance
GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpecControlPoint
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpecControlPoint : IDirectResponseSchema
Properties
AttributeValue
Optional. Can be one of: 1. The numerical field value. 2. The duration spec for freshness: The value must be
formatted as an XSD dayTimeDuration
value (a restricted subset of an ISO 8601 duration value). The pattern
for this is: nDnM]
.
Declaration
[JsonProperty("attributeValue")]
public virtual string AttributeValue { get; set; }
Property Value
Type | Description |
---|---|
string |
BoostAmount
Optional. The value between -1 to 1 by which to boost the score if the attribute_value evaluates to the value specified above.
Declaration
[JsonProperty("boostAmount")]
public virtual float? BoostAmount { get; set; }
Property Value
Type | Description |
---|---|
float? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |