RuntimeResponseGeneric
public enum RuntimeResponseGeneric : Codable, Equatable
RuntimeResponseGeneric.
-
Undocumented
Declaration
Swift
case channelTransfer(RuntimeResponseGenericRuntimeResponseTypeChannelTransfer)
-
Undocumented
Declaration
Swift
case connectToAgent(RuntimeResponseGenericRuntimeResponseTypeConnectToAgent)
-
Undocumented
Declaration
Swift
case image(RuntimeResponseGenericRuntimeResponseTypeImage)
-
Undocumented
Declaration
Swift
case option(RuntimeResponseGenericRuntimeResponseTypeOption)
-
Undocumented
Declaration
Swift
case suggestion(RuntimeResponseGenericRuntimeResponseTypeSuggestion)
-
Undocumented
Declaration
Swift
case pause(RuntimeResponseGenericRuntimeResponseTypePause)
-
Undocumented
Declaration
Swift
case search(RuntimeResponseGenericRuntimeResponseTypeSearch)
-
Undocumented
Declaration
Swift
case text(RuntimeResponseGenericRuntimeResponseTypeText)
-
Undocumented
Declaration
Swift
case userDefined(RuntimeResponseGenericRuntimeResponseTypeUserDefined)
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws