ArchAstro. SDK. Types. ChannelPayloads. ApiChatChannel. ApiChatLoadMoreMessages. Response. Nested. DataMembersItemAgentSourceSolution
(archastro v0.3.2)
Copy Markdown
DataMembersItemAgentSourceSolution API model.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolution{ current_solution: ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionCurrentSolution.t() | ArchAstro.SDK.Unset.t(), solution: ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionSolution.t(), template: ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionTemplate.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()