Guava.Events.AgentQuestion (Guava v0.34.0)

Copy Markdown View Source

The caller asked a question relayed to the developer's system. Expects an answer.

Summary

Types

t()

@type t() :: %Guava.Events.AgentQuestion{
  event_type: String.t(),
  question: String.t(),
  question_id: String.t(),
  sequence: integer() | nil
}