简体   繁体   English

无法通过 dialogflow 控制台创建代理

[英]Cannot create agent via dialogflow console

I've spent more than an hour on the GCP console and cannot figure out how to create an agent.我在 GCP 控制台上花了一个多小时,但不知道如何创建代理。 I created a project, a service account, enabled the dialogflow sdk.我创建了一个项目,一个服务帐户,启用了 dialogflow sdk。 I even started my free trial just in case billing was required.我什至开始了免费试用,以防万一需要收费。 I'm only interested in testing capabilities with the standard edition.我只对使用标准版测试功能感兴趣。

The quick start guide says to "Click Create Agent in the left sidebar menu".快速入门指南说“单击左侧栏菜单中的创建代理”。 I do not have that option.我没有那个选项。 My left hand menu under Dialogflow API has: Overview, Metrics, Quotas, Credentials.我在 Dialogflow API 下的左侧菜单有:概述、指标、配额、凭证。 Can anyone provide the navigation path to actually using dialogflow via the console?谁能提供通过控制台实际使用 dialogflow 的导航路径?

Login via your gmail account https://dialogflow.cloud.google.com/#/login通过您的 gmail 帐户登录https://dialogflow.cloud.google.com/#/login

Create an agent The steps in this guide make assumptions about your agent, so it's best to start with a new agent. 创建代理本指南中的步骤对您的代理进行了假设,因此最好从一个新代理开始。 You should delete any existing agent for your project before creating a new one.在创建新代理之前,您应该删除项目的任何现有代理。 To delete an existing agent:要删除现有代理:

  1. Go to the Dialogflow Console.转到 Dialogflow 控制台。
  2. If requested, sign in to the Dialogflow Console.如果需要,请登录 Dialogflow 控制台。 See Dialogflow console overview for more information.有关详细信息,请参阅 Dialogflow 控制台概述。
  3. Select the agent you wish to delete.选择您要删除的代理。
  4. Click the settings button next to the agent's name.单击代理名称旁边的设置按钮。
  5. Scroll down to the bottom of the General settings tab.向下滚动到常规设置选项卡的底部。
  6. Click Delete this agent.单击删除此代理。
  7. Enter DELETE in the text field.在文本字段中输入 DELETE。
  8. Click Delete.单击删除。

To create an agent:创建代理:

  1. Go to the Dialogflow Console.转到 Dialogflow 控制台。
  2. If requested, sign in to the Dialogflow Console.如果需要,请登录 Dialogflow 控制台。 See Dialogflow console overview for more information.有关详细信息,请参阅 Dialogflow 控制台概述。
  3. Click Create Agent in the left sidebar menu.单击左侧边栏菜单中的创建代理。 (If you already have other agents, click the agent name, scroll to the bottom and click Create new agent.) (如果您已有其他代理,请单击代理名称,滚动到底部并单击创建新代理。)
  4. Enter your agent's name, default language, and default time zone.输入代理的名称、默认语言和默认时区。
  5. If you have already created a project, enter that project.如果您已经创建了项目,请输入该项目。 If you want to allow the Dialogflow Console to create the project, select Create a new Google project.如果要允许 Dialogflow 控制台创建项目,请选择创建新的 Google 项目。
  6. Click the Create button.单击创建按钮。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用 Python SDK 训练 Dialogflow 代理 - Training Dialogflow Agent using Python SDK 如何在 Dialogflow 中为多语言代理实现语言切换? - How to implement a language switch for a multilingual agent in Dialogflow? 在基于 Web 的 Dialogflow 代理中显示丰富的响应 - Show rich responses in web based Dialogflow agent Dialogflow agent.add 不使用 promise - Dialogflow agent.add not working with promise 由于链接到 Dialogflow 代理,无法删除 Google Cloud Platform 项目 - Unable to delete Google Cloud Platform Project due to linked to a Dialogflow agent 有什么方法可以在 Dialogflow 代理之间进行合并吗? 或者至少将意图从一个代理人导出到另一个代理人? - Is there any way to merge between Dialogflow agents? Or at least export intents from one agent to another? 403 IAM 对“projects/None/agent”的权限“dialogflow.intents.list”被拒绝 - 403 IAM permission 'dialogflow.intents.list' on 'projects/None/agent' denied Dialogflow - 通过 v2 API 创建带有输入上下文的 Intent - Dialogflow - creating an Intent with an input context, via v2 API 您可以在 google Dialogflow 中创建一个完全自定义的实体吗? - Can you create a fully custom entity in google Dialogflow? Google 的 dialogflow 集成“dialogflow messenger”(测试版) - Google's dialogflow integration "dialogflow messenger" (beta)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM