Stay organized with collections
Save and categorize content based on your preferences.
Update an integration.
For adding a DialogflowDocument, only the "dialogflowEsIntegration.dialogflow_knowledge_bases" flag should be specified. Adding a document should be an isolated update.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-14 UTC."],[[["This page outlines the process for updating an existing integration, specifically within the context of DialogflowDocument additions."],["When adding a DialogflowDocument, the only field that should be modified is `dialogflowEsIntegration.dialogflow_knowledge_bases`."],["The update process involves a PATCH request to a specified URL that follows the gRPC Transcoding syntax, with a defined path parameter for `integration.name`."],["A mandatory `updateMask` query parameter is required, formatted as a comma-separated list of fully qualified field names, in addition to the request and response body containing an instance of Integration."],["Adding a document must be done as a standalone update, meaning it should be the only modification in that particular update request."]]],[]]