View Source GoogleApi.ContentWarehouse.V1.Model.AssistantGroundingRankerContactGroundingProviderFeatures (google_api_content_warehouse v0.3.0)

Features to be passed from Contact GP to HGR. Next ID: 13

Attributes

  • conceptId (type: String.t, default: nil) - Concept id for relationships in English, e.g. "Mother" for all non-English locales. It's only populated for source = RELATIONSHIP.
  • contactSource (type: String.t, default: nil) -
  • isRelationshipFromAnnotation (type: boolean(), default: nil) - Whether the query is a relationship query based on the annotation source.
  • isRelationshipFromSource (type: boolean(), default: nil) - Whether the contact has relationship in the contact metadata.
  • isSingleCandidate (type: boolean(), default: nil) - Whether only populates a single candidate.
  • isStarred (type: boolean(), default: nil) - Whether the contact is starred contact.
  • matchedNameType (type: String.t, default: nil) -
  • numAlternateNameFromFuzzyContactMatch (type: number(), default: nil) - Number of alternate contact names from fuzzy contact match. (Not suggest using it since it can change due to retrieval iteration)
  • numAlternateNamesFromS3 (type: number(), default: nil) - Number of alternate contact names from S3_HYPOTHESES. (Not suggest using it since it can change due to retrieval iteration)
  • numAlternativeNamesFromInterpretation (type: number(), default: nil) - Number of alternate contact names from interpretation. (Not suggest using it since it can change due to retrieval iteration)
  • numCandidates (type: number(), default: nil) - Number of contacts populated by the contact Grounding Provider. (Not suggest using it since it can change due to retrieval iteration)
  • recognitionAlternateSource (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantGroundingRankerContactGroundingProviderFeatures{
    conceptId: String.t() | nil,
    contactSource: String.t() | nil,
    isRelationshipFromAnnotation: boolean() | nil,
    isRelationshipFromSource: boolean() | nil,
    isSingleCandidate: boolean() | nil,
    isStarred: boolean() | nil,
    matchedNameType: String.t() | nil,
    numAlternateNameFromFuzzyContactMatch: number() | nil,
    numAlternateNamesFromS3: number() | nil,
    numAlternativeNamesFromInterpretation: number() | nil,
    numCandidates: number() | nil,
    recognitionAlternateSource: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.