View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaPanelInfo (google_api_discovery_engine v0.16.0)

Detailed panel information associated with a user event.

Attributes

  • displayName (type: String.t, default: nil) - The display name of the panel.
  • panelId (type: String.t, default: nil) - Required. The panel ID.
  • panelPosition (type: integer(), default: nil) - The ordered position of the panel, if shown to the user with other panels. If set, then total_panels must also be set.
  • totalPanels (type: integer(), default: nil) - The total number of panels, including this one, shown to the user. Must be set if panel_position is set.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaPanelInfo{
    displayName: String.t() | nil,
    panelId: String.t() | nil,
    panelPosition: integer() | nil,
    totalPanels: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.