Provides struct and type for a ChatSuggestion
@type t() :: %Gleanex.Client.ChatSuggestion{ cta: String.t() | nil, feature: String.t() | nil, query: String.t() | nil, sourceDocumentIds: [String.t()] | nil }