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

Identifies a business policy used for selecting a given content provider in the form of a name and a resulting scoring action.

Attributes

  • policyAction (type: String.t, default: nil) - Result of applying the policy.
  • policyName (type: String.t, default: nil) - Name of the policy.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantContextProviderSelectionPolicy{
    policyAction: String.t() | nil,
    policyName: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.