ArchAstro. Types. ChannelPayloads. ApiChatChannel. ApiChatForkThread. Response. Nested. ThreadParticipatingAgentsItemSourceSolution
(archastro v0.2.0)
Copy Markdown
ThreadParticipatingAgentsItemSourceSolution API model.
Summary
Types
@type t() :: %ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolution{ current_solution: ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionCurrentSolution.t() | ArchAstro.Unset.t(), solution: ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionSolution.t(), template: ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionTemplate.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()