Uses of Class
com.tencentcloudapi.ame.v20190916.models.SyncRobotCommand
-
Packages that use SyncRobotCommand Package Description com.tencentcloudapi.ame.v20190916.models -
-
Uses of SyncRobotCommand in com.tencentcloudapi.ame.v20190916.models
Methods in com.tencentcloudapi.ame.v20190916.models that return SyncRobotCommand Modifier and Type Method Description SyncRobotCommand[]CreateKTVRobotRequest. getSyncRobotCommands()Get 创建机器人时初始化参数。Methods in com.tencentcloudapi.ame.v20190916.models with parameters of type SyncRobotCommand Modifier and Type Method Description voidCreateKTVRobotRequest. setSyncRobotCommands(SyncRobotCommand[] SyncRobotCommands)Set 创建机器人时初始化参数。Constructors in com.tencentcloudapi.ame.v20190916.models with parameters of type SyncRobotCommand Constructor Description SyncRobotCommand(SyncRobotCommand source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-