Dialogflow v2 Java Client Library detectIntent

在尝试detectIntent从文本中获取时,我收到了以下异常(项目 ID 已被替换)。在谷歌中找不到与DesignTimeAgent问题相关的任何内容。任何帮助表示赞赏。


例外 :


There was an unexpected error (type=Internal Server Error, status=500).

io.grpc.StatusRuntimeException: NOT_FOUND: com.google.apps.framework.request.NotFoundException: No DesignTimeAgent found for project 'MY_PROJECT_ID'.

com.google.api.gax.rpc.NotFoundException: io.grpc.StatusRuntimeException: NOT_FOUND: com.google.apps.framework.request.NotFoundException: No DesignTimeAgent found for project 'MY_PROJECT_ID'.

    at com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:45)

    at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:72)

    at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:60)

    at com.google.api.gax.grpc.GrpcExceptionCallable$ExceptionTransformingFuture.onFailure(GrpcExceptionCallable.java:95)

    at com.google.api.core.ApiFutures$1.onFailure(ApiFutures.java:61)

    at com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1015)

    at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30)

    at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:1137)

    at com.google.common.util.concurrent.AbstractFuture.complete(AbstractFuture.java:957)

    at com.google.common.util.concurrent.AbstractFuture.setException(AbstractFuture.java:748)

    at io.grpc.stub.ClientCalls$GrpcFuture.setException(ClientCalls.java:493)


梵蒂冈之花
浏览 113回答 2
2回答

PIPIONE

上述误导性错误消息是由于使用了错误的 PROJECT_ID 而引起的。我的错误是,首先我创建了一个带有服务帐户的新项目,赋予它 dialogflow API 权限,后来我尝试使用它的名称和相关的 PK JSON 进行调用detectIntent。但它没有与 Dialogflow 项目 ID 链接。

慕桂英4014372

就我而言,我需要将我的代理从 EU-W1 移至全球服务
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Java