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 = <