# `TypeSafeSDK.ChoiceAnswer`
[🔗](https://github.com/nshkrdotcom/typesafe_sdk/blob/v0.4.0/lib/typesafe_sdk/choice_answer.ex#L1)

A selected option, independent confidence and complete option distribution.

# `t`

```elixir
@type t() :: %TypeSafeSDK.ChoiceAnswer{
  choice: atom() | String.t(),
  confidence: number(),
  id: atom() | String.t() | nil,
  option_order: list(),
  probabilities: map(),
  raw: map() | nil
}
```

---

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