ArchAstro. SDK. Types. ChannelPayloads. ApiChatChannel. ApiChatLoadMoreMessages. Response. Nested. DataThreadParticipatingAgentsItemSourceSolution
(archastro v0.3.4)
Copy Markdown
DataThreadParticipatingAgentsItemSourceSolution API model.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolution{ current_solution: ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionCurrentSolution.t() | ArchAstro.SDK.Unset.t(), solution: ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionSolution.t(), template: ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionTemplate.t() }
Functions
@spec from_map(ArchAstro.SDK.JSON.object()) :: t()
@spec matches?(ArchAstro.SDK.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.SDK.JSON.object()