gpt4 book ai didi

amazon-web-services - 亚马逊 Lex 错误 : An error occurred (BadRequestException) when calling the PutIntent operation: RelativeId does not match Lex ARN format

转载 作者:行者123 更新时间:2023-12-04 08:15:34 25 4
gpt4 key购买 nike

我正在尝试使用亚马逊的 boto3 构建一个聊天机器人图书馆。现在,我正在尝试使用 put_intent 创建一个意图。功能。我的代码如下:

intent = lexClient.put_intent(name = 'test',                                 
sampleUtterances = ["Who is messi?"]
)

当我尝试运行它时,出现以下异常:

botocore.errorfactory.BadRequestException: An error occurred (BadRequestException) when calling the PutIntent operation: RelativeId does not match Lex ARN format: intent:test2:$LATEST



谁能告诉我我做错了什么?

最佳答案

尝试在意图名称字段中输入数字时,我遇到了同样的错误。意识到在尝试从 AWS 控制台执行相同操作时不允许这样做。

错误处理真的可以更具体。

关于amazon-web-services - 亚马逊 Lex 错误 : An error occurred (BadRequestException) when calling the PutIntent operation: RelativeId does not match Lex ARN format,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45039251/

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