Uses of Class
com.tencentcloudapi.ame.v20190916.models.SendMessageCommandInput
-
Packages that use SendMessageCommandInput Package Description com.tencentcloudapi.ame.v20190916.models -
-
Uses of SendMessageCommandInput in com.tencentcloudapi.ame.v20190916.models
Methods in com.tencentcloudapi.ame.v20190916.models that return SendMessageCommandInput Modifier and Type Method Description SendMessageCommandInput
SyncKTVRobotCommandRequest. getSendMessageCommandInput()
Get 自定义消息,当Command取SendMessage时,必填。SendMessageCommandInput
SyncRobotCommand. getSendMessageCommandInput()
Get 自定义消息,当Command取SendMessage时,必填。Methods in com.tencentcloudapi.ame.v20190916.models with parameters of type SendMessageCommandInput Modifier and Type Method Description void
SyncKTVRobotCommandRequest. setSendMessageCommandInput(SendMessageCommandInput SendMessageCommandInput)
Set 自定义消息,当Command取SendMessage时,必填。void
SyncRobotCommand. setSendMessageCommandInput(SendMessageCommandInput SendMessageCommandInput)
Set 自定义消息,当Command取SendMessage时,必填。Constructors in com.tencentcloudapi.ame.v20190916.models with parameters of type SendMessageCommandInput Constructor Description SendMessageCommandInput(SendMessageCommandInput 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.
-