Structure
Conversation
public struct Conversation: Wrapped
A struct
representing a Conversation
.
Relationships
Nested Types
Conversation.Unit
A
struct
representing aConversation
single response.Conversation.Collection
A
struct
representing aConversation
collection.
Conforms To
Wrapped
Initializers
init(wrapper:)
public init(wrapper: @escaping () -> Wrapper)
Init.
Parameters
Name | Type | Description |
---|---|---|
wrapper | @escaping () -> Wrapper |
A valid |