ConversationContainer
public enum ConversationContainer : Codable
Undocumented
-
Undocumented
Declaration
Swift
case v1(ConversationV1Container)
-
Undocumented
Declaration
Swift
case v2(ConversationV2Container)
-
Undocumented
Declaration
Swift
public func decode(with client: Client) -> Conversation