Class GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpec
Inheritance
GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpec
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpec : IDirectResponseSchema
Properties
Boost
Declaration
[JsonProperty("boost")]
public virtual float? Boost { get; set; }
Property Value
BoostControlSpec
Declaration
[JsonProperty("boostControlSpec")]
public virtual GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpec BoostControlSpec { get; set; }
Property Value
Condition
Declaration
[JsonProperty("condition")]
public virtual string Condition { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Implements