SearchPolicyRankableSensitivityQueryUnderstanding

GoogleApi.ContentWarehouse.V1.Model.SearchPolicyRankableSensitivityQueryUnderstanding


Table of Contents ▼

Jump to a specific part of the page:

Description

Sensitivity is produced by QU.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. intentOnlyNoPii (type: boolean(), default: nil)
    - QU dectects a sensitive intent with no sensitive content (eg., [Send email]). This flag is only used to trigger a sensitive feature because as a precaution all sensitive features should check current sensitivity mode before triggering; but will NOT block any backends, which means all other features can compete fairly.
  2. rewrittenQuery (type: String.t, default: nil)
    - The rewritten query this sensitivity is for. Note different query rewrites could produce different sensitivities.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SearchPolicyRankableSensitivityQueryUnderstanding{
intentOnlyNoPii: boolean() | nil,
rewrittenQuery: String.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.SearchPolicyRankableSensitivityQueryUnderstanding