ChatOptions 的构造参数

interface AppParam {
    appId?: string;
    appKey?: string;
}

Properties

Properties

appId?: string

可以在 console 后台上获取 AppId。

appKey?: string

可以在 console 后台上获取 AppKey。