From 20aa5233093677f4ff2b28484edefeb3c9774316 Mon Sep 17 00:00:00 2001 From: Modular Magician Date: Wed, 7 May 2025 21:30:43 +0000 Subject: [PATCH] Add knowledge_connector_settings to dialogflow_cx_flow/page (#13792) [upstream:b91d85e5f8e75fd5312759f5a447cf45357e7a03] Signed-off-by: Modular Magician --- dialogflowcx_flow_full/main.tf | 132 ++++++++++++++++++++++++++++++++- dialogflowcx_page_full/main.tf | 124 +++++++++++++++++++++++++++++++ 2 files changed, 255 insertions(+), 1 deletion(-) diff --git a/dialogflowcx_flow_full/main.tf b/dialogflowcx_flow_full/main.tf index 23970617..0e698c33 100644 --- a/dialogflowcx_flow_full/main.tf +++ b/dialogflowcx_flow_full/main.tf @@ -294,4 +294,134 @@ resource "google_dialogflow_cx_flow" "basic_flow" { enable_consent_based_redaction = true } } -} + + knowledge_connector_settings { + enabled = true + trigger_fulfillment { + messages { + channel = "some-channel" + text { + text = ["information completed, navigating to page 2"] + } + } + messages { + payload = <Some example SSML XML + EOF + } + } + messages { + live_agent_handoff { + metadata = <Some example SSML XML + EOF + } + } + messages { + live_agent_handoff { + metadata = <