Dialogflow는 Dialogflow 콘솔이라는 웹 사용자 인터페이스를 제공합니다(콘솔 열기).
이 콘솔을 사용하여 에이전트를 만들고 빌드하고 테스트합니다.
Dialogflow 콘솔은 Google Cloud Platform(GCP) Console과 다릅니다(문서 보기, 콘솔 열기).
Dialogflow 콘솔은 Dialogflow 에이전트를 관리하는 데 사용되지만, GCP Console은 GCP 관련 Dialogflow 설정(예: 결제) 및 기타 GCP 리소스를 관리하는 데 사용됩니다.
대부분의 경우 Dialogflow 콘솔을 사용하여 에이전트를 빌드하지만 Dialogflow API를 사용하여 고급 시나리오의 에이전트를 빌드할 수도 있습니다.
콘솔 사용 단계를 안내하는 빠른 시작, 개념, 안내 가이드가 많이 있습니다.
이 페이지에서는 사용자 인터페이스 레이아웃과 콘솔의 용도를 전체적으로 요약하여 설명합니다.
콘솔 사용 방법
콘솔은 에이전트를 생성하고 제작하고 관리하고 미세하게 조정하고 테스트하는 데 사용됩니다.
콘솔을 사용하여 다음을 할 수 있습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[[["\u003cp\u003eThe Dialogflow Console is a web UI used for creating, building, managing, and testing Dialogflow agents.\u003c/p\u003e\n"],["\u003cp\u003eThe Dialogflow Console is distinct from the Google Cloud Platform (GCP) Console, which manages GCP-specific settings and resources, including billing.\u003c/p\u003e\n"],["\u003cp\u003eThe console provides tools to create agents, intents, entities, contexts, events, integrate with other platforms, and implement fulfillment, while also enabling agent performance analysis and testing through a simulator.\u003c/p\u003e\n"],["\u003cp\u003eThe console interface is arranged in three panels: a sidebar menu for selecting agent elements, a main content panel for editing, and a simulator for testing the agent.\u003c/p\u003e\n"],["\u003cp\u003eWhen signing into the Dialogflow console for the first time, users must allow Dialogflow access to their Google account and accept the terms of service, which includes granting permissions to manage data, voice commands, and Actions on Google.\u003c/p\u003e\n"]]],[],null,["# Dialogflow Console overview\n\nDialogflow provides a web user interface called the *Dialogflow Console*\n\n([open console](https://dialogflow.cloud.google.com)).\n\nYou use this console to create, build, and test agents.\n\n\nThe Dialogflow Console is different from the Google Cloud Platform (GCP) Console\n([visit documentation](https://support.google.com/cloud/answer/3465889?hl=en&ref_topic=3340599),\n[open console](https://console.cloud.google.com/)).\nThe Dialogflow Console is used to manage Dialogflow agents,\nwhile the GCP Console is used to manage GCP-specific Dialogflow settings\n(for example, billing) and other GCP resources.\n\n\nIn most cases you should use the Dialogflow Console to build agents,\nbut you can also use the Dialogflow API to build agents for advanced scenarios.\n\nMany quickstart, concept, and how-to guides take you through the steps of using the console.\nThis page provides a high-level summary of the user interface layout and what the console is used for.\n\nHow the console is used\n-----------------------\n\nThe console is used to create, build, manage, fine-tune, and test your agents.\nWith it, you can:\n\n- Create [agents](/dialogflow/docs/agents-overview) that define the conversational experience\n- Create [intents](/dialogflow/docs/intents-overview) that map user input to responses\n- Create [entities](/dialogflow/docs/entities-overview) to extract useful data from user input\n- Control conversation paths with [contexts](/dialogflow/docs/contexts-overview)\n- Add [events](/dialogflow/docs/events-overview) that are triggered by occurrences outside of the conversation\n- [Integrate](/dialogflow/docs/integrations) with other conversational platforms\n- Implement [fulfillment](/dialogflow/docs/fulfillment-overview) to connect your service when using integrations\n- [Analyze](/dialogflow/docs/analytics) agent performance\n- Test your agent via the [simulator](#simulator)\n- And more ...\n\n| **Note:** As an alternative to using the console, you can use the API to build and test agents. You should only do this in advanced scenarios, because it is usually much easier to use the console.\n\nSign in to the console\n----------------------\n\nWhen you sign in to the Dialogflow console,\nsign in with your Google account used to access GCP services.\nWhen you sign in for the first time,\nyou will be prompted with the following:\n\n1. Allow Dialogflow to access your Google account. Dialogflow uses the following permissions:\n - **View and manage your data across Google Cloud Platform services** : This permission lets you optionally deploy Cloud Functions for Firebase. See [Fulfillment](/dialogflow/docs/fulfillment-overview) for more information.\n - **View and manage your Google Assistant voice commands, dialog, and grammar** : This permission lets you optionally test your Dialogflow agent on the Google Assistant. See [Google Assistant integration](/dialogflow/docs/integrations/aog) for more information.\n - **View and manage your Actions on Google**: This permission lets you optionally deploy your Dialogflow agent to the Google Assistant and Actions on Google as a conversational action(s).\n2. Accept Dialogflow's terms of service.\n\nConsole interface layout\n------------------------\n\nThe console is arranged in three main panels:\n\n### Sidebar menu (left)\n\nOnly one agent is selected at a time,\nand you select the agent at the top of the sidebar menu.\nOnce you have selected an agent,\nyou use these menu options to build and manage various elements of the agent.\nFor example, if you click **Intents**,\nyou will see a list of intents for the selected agent in the middle panel.\n| **Note:** If you're working on a small screen, and the sidebar menu is hidden, click the menu *menu* button in the upper left corner.\n\n### Main content (middle)\n\nThis panel shows data and editing controls\nfor the option selected in the sidebar menu.\nFor example, if you have selected **Intents**,\nyou will see an editable list of intents for the selected agent.\n\n### Dialogflow simulator (right)\n\nYou can have a conversation with your agent by speaking or typing messages in the Dialogflow simulator.\nThis is a useful tool to test that your agent behaves as expected.\nThere are examples of using the simulator in many quickstart and how-to guides."]]