gpt4 book ai didi

actions-on-google - SimpleResponse 中的表情符号

转载 作者:行者123 更新时间:2023-12-04 00:05:45 25 4
gpt4 key购买 nike

https://stackoverflow.com/a/45890852/8413869

从上面的回答中,我知道emojis可以在Button格式的文本中传递。

但我正在寻找像谷歌这样的表情符号,在 Bubble 响应中有它。 enter image description here

我试图以简单的响应传递 unicode,但没有运气。

....."data": {
"google": {
"expectUserResponse": true,
"richResponse": {
"items": [
{
"simpleResponse": {
"ssml": "<speak>Hello. How are you ? </speak>",
"displayText": "Hello U+1F600., how are you ? "
}
}
],
"suggestions": [],
"linkOutSuggestion": {}
}
}
}.....

有什么办法吗?

最佳答案

您可以通过在字符串中包含实际表情符号而不是表情符号的 Unicode 代码点,在 Google 助理应用的简单响应中包含表情符号。将您的回复更改为以下内容,它应该可以工作:

....."data": {
"google": {
"expectUserResponse": true,
"richResponse": {
"items": [
{
"simpleResponse": {
"ssml": "<speak>Hello. How are you ? </speak>",
"displayText": "Hello 😀., how are you ? "
}
}
],
"suggestions": [],
"linkOutSuggestion": {}
}
}
}.....

关于actions-on-google - SimpleResponse 中的表情符号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45946354/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com