Alexa Nodejs sdk - withSimpleCard() 有什么作用?

Alexa Nodejs sdk - What does withSimpleCard() do?

我正在关注 alexa nodejs sdk tutorial in amazon

示例代码在所有响应中都有这一行 -

 .withSimpleCard('Hello World', speechText)

我检查了函数定义文件,它说:

Renders a simple card with the following title and content

谁能解释一下这是什么意思?
alexa 中的卡片是什么?

卡片可让您显示补充 Alexa 语音的视觉内容。例如 "Now Playing" 卡片显示歌曲的名称和播放控件。在您的情况下,它只是一张简单的文本卡片。