public sealed class BoostSpec.Types.ConditionBoostSpec.Types.BoostControlSpec.Types.ControlPoint : IMessage<BoostSpec.Types.ConditionBoostSpec.Types.BoostControlSpec.Types.ControlPoint>, IEquatable<BoostSpec.Types.ConditionBoostSpec.Types.BoostControlSpec.Types.ControlPoint>, IDeepCloneable<BoostSpec.Types.ConditionBoostSpec.Types.BoostControlSpec.Types.ControlPoint>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class BoostSpec.Types.ConditionBoostSpec.Types.BoostControlSpec.Types.ControlPoint.
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).
Implements
IMessageBoostSpecTypesConditionBoostSpecTypesBoostControlSpecTypesControlPoint, IEquatableBoostSpecTypesConditionBoostSpecTypesBoostControlSpecTypesControlPoint, IDeepCloneableBoostSpecTypesConditionBoostSpecTypesBoostControlSpecTypesControlPoint, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
ControlPoint()
public ControlPoint()
ControlPoint(ControlPoint)
public ControlPoint(BoostSpec.Types.ConditionBoostSpec.Types.BoostControlSpec.Types.ControlPoint other)
Parameter | |
---|---|
Name | Description |
other |
BoostSpecTypesConditionBoostSpecTypesBoostControlSpecTypesControlPoint |
Properties
AttributeValue
public string AttributeValue { get; set; }
Optional. Can be one of:
- The numerical field value.
- 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:[nD][T[nH][nM][nS]]
.
Property Value | |
---|---|
Type | Description |
string |
BoostAmount
public float BoostAmount { get; set; }
Optional. The value between -1 to 1 by which to boost the score if the attribute_value evaluates to the value specified above.
Property Value | |
---|---|
Type | Description |
float |