Guava.Commands.AnswerQuestion (Guava v0.34.0)

Copy Markdown View Source

Answer a question the agent relayed to the developer's system.

Summary

Types

t()

@type t() :: %Guava.Commands.AnswerQuestion{
  answer: String.t(),
  command_type: String.t(),
  question_id: String.t()
}