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
delegateThe object to add.
-
Removes a delegate from DialogStateAggregator.
Declaration
Swift
public func remove(delegate: DialogStateDelegate)Parameters
delegateThe object to remove.
View on GitHub
DialogStateAggregator Class Reference