DialogNodeOutputGeneric
public enum DialogNodeOutputGeneric : Codable, Equatable
DialogNodeOutputGeneric.
-
Undocumented
Declaration
Swift
case channelTransfer(DialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer)
-
Undocumented
Declaration
Swift
case connectToAgent(DialogNodeOutputGenericDialogNodeOutputResponseTypeConnectToAgent)
-
Undocumented
Declaration
Swift
case image(DialogNodeOutputGenericDialogNodeOutputResponseTypeImage)
-
Undocumented
Declaration
Swift
case option(DialogNodeOutputGenericDialogNodeOutputResponseTypeOption)
-
Undocumented
Declaration
Swift
case pause(DialogNodeOutputGenericDialogNodeOutputResponseTypePause)
-
Undocumented
Declaration
Swift
case searchSkill(DialogNodeOutputGenericDialogNodeOutputResponseTypeSearchSkill)
-
Undocumented
Declaration
Swift
case text(DialogNodeOutputGenericDialogNodeOutputResponseTypeText)
-
Undocumented
Declaration
Swift
case userDefined(DialogNodeOutputGenericDialogNodeOutputResponseTypeUserDefined)
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws