Dialogflow v3 API - Class BoostSpec (2.24.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
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
RepeatedField BoostSpec Types ConditionBoostSpec

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.