DialogNodesVisited
public struct DialogNodesVisited : Codable, Equatable
DialogNodesVisited.
-
A dialog node that was triggered during processing of the input message.
Declaration
Swift
public var dialogNode: String? -
The title of the dialog node.
Declaration
Swift
public var title: String? -
The conditions that trigger the dialog node.
Declaration
Swift
public var conditions: String?
View on GitHub
DialogNodesVisited Structure Reference