Semantic class

语义结构化表示

Constructors

Semantic({String? intent, List<Slot>? slots})
const
Semantic.fromJson(Map json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
intent String?
技能中的意图
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slots List<Slot>?
参照后续不同技能的定义
final

Methods

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

Operators

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