如何在不安装gcloud的情况下验证对Dialogflow API v2的调用?

时间:2020-03-26 06:09:28

标签: dialogflow-es

我正在尝试查找有关不使用gcloud验证Dialogflow API v2的说明。我使用的是PHP,发现的所有示例都说我需要安装Cloud SDK。

是否有没有Cloud SDK的操作说明?有人可以提供指导吗?

1 个答案:

答案 0 :(得分:0)

如果您使用的是Google supported client library

  1. Create a service account and download the private key
  2. Set the GOOGLE_APPLICATION_CREDENTIALS env var to your private key file
  3. libray现在将从该文件中提取凭证并处理 为您验证。

如果您未使用Google支持的客户端库,则需要 implement the OAuth 2.0 protocol in your client