Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
speech_nlu_parse
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵文静
speech_nlu_parse
Commits
463d829d
Commit
463d829d
authored
Jun 24, 2025
by
赵文静
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改日志
parent
49d12b0d
Pipeline
#5462
passed with stage
in 0 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
6 deletions
+10
-6
CHANGELOG.md
CHANGELOG.md
+2
-0
c2c.http
c2c.http
+4
-3
service/speechNlu/domain.go
service/speechNlu/domain.go
+3
-2
service/speechNlu/speech.go
service/speechNlu/speech.go
+1
-1
No files found.
CHANGELOG.md
View file @
463d829d
...
...
@@ -2,6 +2,8 @@
## [0.0.1-beta.4] - 2025.6.24
### Changed
-
增加音乐专辑字段
-
修改日志打印
-
故事返回增加专辑字段
## [0.0.1-beta.3] - 2025.6.19
### Changed
...
...
c2c.http
View file @
463d829d
...
...
@@ -10,14 +10,15 @@ Content-Type: application/json
}
###
POST http://172.28.54.27:13302/semantic/unisoundc2c/speech-nlu-parse
#POST http://172.28.54.27:13302/semantic/unisoundc2c/speech-nlu-parse
POST http://172.28.124.110:13302/semantic/unisoundc2c/speech-nlu-parse
Content-Type: application/json
{
"ip": "14.215.222.17",
"mac": "ece154a865eb",
"mid": "11011",
"query":"播放
音乐
",
"query":"播放
故事
",
"requestId": "123456111"
}
...
...
@@ -79,7 +80,7 @@ Content-Type: application/json
"trafficParameter": "mode=childxx;macWifi=ece154a73d38;mid=11011;macVoice=testyuntiancloud;ver=3.0;scenario=smarthome;filterName=nlu;req_nlu_length=1;returnType=json;fullDuplex=true;appendLength=1;additionalService=geli_nlu2;version=0.5;filterUrl=https://testnlu.gree.com:443/semantic/unisoundc2c/querys;"
},
"nluRet": {
"text": "
我有几个提醒
"
"text": "
播放故事
"
},
"postProc": {}
}
...
...
service/speechNlu/domain.go
View file @
463d829d
...
...
@@ -675,6 +675,7 @@ func fmDomain(params *model.SpeechDomainParams) []byte {
res
.
ListItems
=
append
(
res
.
ListItems
,
map
[
string
]
interface
{}{
"url"
:
con
.
LinkUrl
,
"title"
:
con
.
Title
,
"content"
:
con
.
Album
,
})
}
...
...
service/speechNlu/speech.go
View file @
463d829d
...
...
@@ -162,7 +162,7 @@ func receiveMessage(conn *websocket.Conn, done chan struct{}, dataChan chan<- []
"requestId"
:
requestId
,
"origin-data"
:
string
(
message
),
"time"
:
time
.
Since
(
start
)
.
Seconds
(),
})
.
Info
(
"
原始消息
"
)
})
.
Info
(
"
speech origin data
"
)
//思必驰nlu回复
var
resp
model
.
SpeechWsResp
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment