[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-04-03。"],[[["When not using pre-built integrations, direct interaction with Dialogflow's API is required for each conversational turn to process end-user input and receive intent matches."],["Interactions with the Dialogflow API follow a process where the service sends user expressions, Dialogflow returns intent data, and the service then performs actions and replies to the user."],["Before using the API, users need to set up a GCP project and authentication, which can be done through the provided setup quickstart."],["A session represents a conversation with an end-user, initiated with a unique session ID, and this ID should not be used for multiple concurrent conversations."],["To interact, the service calls the `detectIntent` method to send the user's expressions to Dialogflow, which will respond with data about matched intents."]]],[]]