我正在寻找一些示例代码,就像本文描述的nodejs一样:
我试图调用其他意图但没有成功
def handle(self, handler_input):
#some code
return handler_input.response_builder.add_directive(DelegateDirective(updated_intent= {"name":"OrderIntent", "confirmationStatus": "None", "slots" : {}}))