Codex.Protocol.RequestUserInput.Response (Codex SDK v0.7.2)

Copy Markdown View Source

Response containing answers to all questions

Summary

Types

t()

@type t() :: %Codex.Protocol.RequestUserInput.Response{
  answers: %{required(String.t()) => Codex.Protocol.RequestUserInput.Answer.t()}
}

Functions

to_map(response)

@spec to_map(t()) :: map()