Gleanex.Platform.ChatCustomEntitySource (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a ChatCustomEntitySource

Summary

Types

t()

@type t() :: %Gleanex.Platform.ChatCustomEntitySource{
  datasource: String.t() | nil,
  entity_id: String.t(),
  name: String.t() | nil,
  title: String.t() | nil,
  type: String.t(),
  url: String.t() | nil
}