Dialogflow v3 API - Class BoostSpec (2.15.0)

public sealed class BoostSpec : IMessage<BoostSpec>, IEquatable<BoostSpec>, IDeepCloneable<BoostSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class BoostSpec.

Boost specification to boost certain documents. A copy of google.cloud.discoveryengine.v1main.BoostSpec, field documentation is available at https://cloud.google.com/generative-ai-app-builder/docs/reference/rest/v1alpha/BoostSpec

Inheritance

object > BoostSpec

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

BoostSpec()

public BoostSpec()

BoostSpec(BoostSpec)

public BoostSpec(BoostSpec other)
Parameter
NameDescription
otherBoostSpec

Properties

ConditionBoostSpecs

public RepeatedField<BoostSpec.Types.ConditionBoostSpec> ConditionBoostSpecs { get; }

Optional. Condition boost specifications. If a document matches multiple conditions in the specifictions, boost scores from these specifications are all applied and combined in a non-linear way. Maximum number of specifications is 20.

Property Value
TypeDescription
RepeatedFieldBoostSpecTypesConditionBoostSpec