DialogStateDelegate
public protocol DialogStateDelegate : AnyObject
An delegate that appllication can extend to register to observe DialogStateAggregator
state changes.
-
Used to notify the observer of DialogState changes.
Declaration
Swift
func dialogStateDidChange(_ state: DialogState, isMultiturn: Bool, chips: [ChipsAgentItem.Chip]?, sessionActivated: Bool)
Parameters
state
The new
DialogState
of theDialogStateAggregator
isMultiturn
indicates
DialogState
is in progress with multiturn.