public sealed class BoostSpec : IMessage<BoostSpec>, IEquatable<BoostSpec>, IDeepCloneable<BoostSpec>, IBufferMessage, IMessageReference 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
Implements
IMessageBoostSpec, IEquatableBoostSpec, IDeepCloneableBoostSpec, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
BoostSpec()
public BoostSpec()BoostSpec(BoostSpec)
public BoostSpec(BoostSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
BoostSpec |
Properties
ConditionBoostSpecs
public RepeatedField<BoostSpec.Types.ConditionBoostSpec> ConditionBoostSpecs { get; }Optional. Condition boost specifications. If a document matches multiple conditions in the specifications, boost scores from these specifications are all applied and combined in a non-linear way. Maximum number of specifications is 20.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldBoostSpecTypesConditionBoostSpec |
|