# `ADK.Types.FunctionResponse`
[🔗](https://github.com/JohnSmall/adk_ex/blob/v0.2.0/lib/adk/types.ex#L24)

Represents a function call response.

# `t`

```elixir
@type t() :: %ADK.Types.FunctionResponse{
  id: String.t() | nil,
  name: String.t(),
  response: map()
}
```

---

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