# `OpenCode.Generated.QuestionV2Request`
[🔗](https://github.com/UtkarshUsername/opencode-sdk-elixir/blob/v0.1.84/lib/opencode/generated/question_v2_request.ex#L1)

Provides struct and type for a QuestionV2Request

# `t`

```elixir
@type t() :: %OpenCode.Generated.QuestionV2Request{
  id: String.t(),
  questions: [OpenCode.Generated.QuestionV2Info.t()],
  session_id: String.t(),
  tool: OpenCode.Generated.QuestionV2Tool.t() | nil
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
