Module: Google::Cloud::Dialogflow::V2::SearchKnowledgeRequest::SearchConfig::BoostSpecs::BoostSpec::ConditionBoostSpec::BoostControlSpec::InterpolationType

Defined in:
proto_docs/google/cloud/dialogflow/v2/conversation.rb

Overview

The interpolation type to be applied. Default will be linear (Piecewise Linear).

Constant Summary collapse

INTERPOLATION_TYPE_UNSPECIFIED =

Interpolation type is unspecified. In this case, it defaults to Linear.

0
LINEAR =

Piecewise linear interpolation will be applied.

1