You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
948 B
20 lines
948 B
# # ResponseOpenAPIChatResult
|
|
|
|
## 属性
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**time** | **string** | 该消息发生的时间 | [optional]
|
|
**openid** | **string** | | [optional]
|
|
**payload** | [**\OpenAPI\Client\Model\ChatResult**](ChatResult.md) | | [optional]
|
|
**sign** | **string** | | [optional]
|
|
**charset** | **string** | | [optional]
|
|
**description** | **string** | | [optional]
|
|
**response_id** | **string** | 消息的唯一ID | [optional]
|
|
**err_code** | **int** | 该消息的错误码 | [optional]
|
|
**err_msg** | **string** | 错误消息描述 | [optional]
|
|
**sub_err** | **int** | 子错误的具体的代号 | [optional]
|
|
**sub_msg** | **string** | 子错误对应的提示消息 | [optional]
|
|
**sign_type** | **string** | | [optional]
|
|
|
|
[[返回模型列表]](../../README.md#模型文档) [[返回API列表]](../../README.md#api端点文档) [[返回README]](../../README.md)
|
|
|