DialogStateAggregator
public class DialogStateAggregator
DialogStateAggregator aggregate several components state into one.
-
<#Description#>
Declaration
Swift
public var sessionActivated: Bool { get }
-
<#Description#>
Declaration
Swift
public var isMultiturn: Bool
-
<#Description#>
Declaration
Swift
public var isChipsRequestInProgress: Bool { get set }
-
Adds a delegate to be notified of DialogStateAggregator state changes.
Declaration
Swift
public func add(delegate: DialogStateDelegate)
Parameters
delegate
The object to add.
-
Removes a delegate from DialogStateAggregator.
Declaration
Swift
public func remove(delegate: DialogStateDelegate)
Parameters
delegate
The object to remove.