我们可以在不使用Google Assistant客户端库的情况下,在webhook的Dialogueflow JSON响应中使用SSML吗? 基本上,我想在AWS Lambda上托管的Webhook的响应中返回SSML子别名。 我尝试使用dialogflow JSON响应来搜索是否有可能,但无法在任何地方找到它。
答案 0 :(得分:0)
在
中添加了以下内容if(When You Disable the button this Case){
$(':input[type="submit"]').prop('disabled', true);
}else{
$(':input[type="submit"]').prop('disabled', false);
}