GlobalParams class

全局设置

Constructors

GlobalParams({String? scene, CleanDialogHistory cleanDialogHistory = CleanDialogHistory.auto})

Properties

cleanDialogHistory CleanDialogHistory
清除交互历史设置 CleanDialogHistory.auto 自动清除历史 CleanDialogHistory.user 用户手动清除历史
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scene String?
用户定制的场景参数,不同的场景可对应不同的云端处理流程。
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, String?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited