Sends a chat message.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
rdsai:ChatMessages |
none |
*All Resource
|
None | None |
Request syntax
POST /v1/chat-messages HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Query |
string |
Yes |
The query. |
实例rm-bp14as9914vd3**** 磁盘使用率,是否需要进行扩容 |
| ConversationId |
string |
No |
The conversation ID. |
fea7bdca-e848-44dd-b1ae-852472b8**** |
| ParentMessageId |
string |
No |
The parent message ID. |
84dc9f9b-424a-404d-9c36-35e9d000**** |
| Inputs |
object |
No |
The task input. |
|
| CustomAgentId |
string |
No |
The custom agent ID. |
d1b7d639-f34e-44c7-8231-987da14d**** |
| RegionId |
string |
No |
The region ID. |
cn-beijing |
| Timezone |
string |
No |
The time zone. Defaults to Asia/Shanghai. |
UTC |
| Language |
string |
No |
The conversation language. |
zh-cn |
| EventMode |
string |
No |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| RequestId |
string |
The request ID. |
FE9C65D7-930F-57A5-A207-8C396329**** |
| Answer |
string |
The answer. |
您询问的实例rm-bp14as9914vd3**** 磁盘使用率为23%,暂时不需要进行扩容。如果您需要进一步查看某个实例的详细配置、性能监控或进行其他操作,请告诉我你的具体需求! |
| ConversationId |
string |
The conversation ID. |
9cbbe885-b240-4803-9d15-6781a3fd**** |
| CreatedAt |
integer |
The creation time, as a Unix timestamp in seconds. |
1763986004 |
| MessageId |
string |
The message ID. |
oas8pwy2-slxw-sf98-bx83-cb2hkktl**** |
| Mode |
string |
The query mode. |
以后会下线,不用关注。 |
| Event |
string |
The event. |
MysqlIOException |
| Id |
string |
The message ID. |
60b335ca-124d-4ee1-864b-de554987**** |
| TaskId |
string |
The asynchronous task ID. |
01c3d43d-9466-4bd5-8196-4cbbce08**** |
Examples
Success response
JSON format
{
"RequestId": "FE9C65D7-930F-57A5-A207-8C396329****",
"Answer": "您询问的实例rm-bp14as9914vd3**** 磁盘使用率为23%,暂时不需要进行扩容。如果您需要进一步查看某个实例的详细配置、性能监控或进行其他操作,请告诉我你的具体需求!",
"ConversationId": "9cbbe885-b240-4803-9d15-6781a3fd****",
"CreatedAt": 1763986004,
"MessageId": "oas8pwy2-slxw-sf98-bx83-cb2hkktl****",
"Mode": "以后会下线,不用关注。",
"Event": "MysqlIOException",
"Id": "60b335ca-124d-4ee1-864b-de554987****",
"TaskId": "01c3d43d-9466-4bd5-8196-4cbbce08****"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter | The provided parameter is invalid. | Invalid parameter. |
| 400 | InvalidOrder | No valid order found, please check whether RDS Copilot Professional Edition has been activated and ensure that the order is valid. | No valid order found, please check whether RDS Copilot Professional Edition has been activated and ensure that the order is valid. |
| 404 | UserNotFound | User does not exist. | User does not exist. |
| 429 | TooManyRequests | The current maximum concurrent requests have exceeded the threshold. | The current maximum number of concurrent requests has exceeded the threshold. Purchase a AI package to increase the concurrency limit or reduce the current number of concurrent requests. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.