Interface WebKeySettings.ActionSettingsOrBuilder (3.79.0)

public static interface WebKeySettings.ActionSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getScoreThreshold()

public abstract float getScoreThreshold()

Required. A challenge is triggered if the end-user score is below that threshold. Value must be between 0 and 1 (inclusive).

float score_threshold = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
float

The scoreThreshold.