From 1f64d8f0bcd9a92492497b0ae4d991affb964bab Mon Sep 17 00:00:00 2001 From: Modular Magician Date: Fri, 15 Aug 2025 17:01:12 +0000 Subject: [PATCH] Add new fields in Agent resource for Dialogflow CX service (#14828) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Glen Yu Signed-off-by: James Alseth Co-authored-by: nimish-khurana Co-authored-by: chenir0219 Co-authored-by: Stephen Lewis (Burrows) Co-authored-by: Robert Teller <31879487+r-teller@users.noreply.github.com> Co-authored-by: Rajesh Guptha Co-authored-by: sameer-google Co-authored-by: bcreddy-gcp <123543489+bcreddy-gcp@users.noreply.github.com> Co-authored-by: Lakshman Swaminathan Co-authored-by: Zhenhua Li Co-authored-by: Mauricio Alvarez Leon <65101411+BBBmau@users.noreply.github.com> Co-authored-by: jacek-izykowski Co-authored-by: Thomas Rodgers Co-authored-by: gurusai-voleti Co-authored-by: Ramon Vermeulen Co-authored-by: Eric Pang Co-authored-by: Cameron Thornton Co-authored-by: Rishita Golla Co-authored-by: paridhishah18 <166548459+paridhishah18@users.noreply.github.com> Co-authored-by: Arnav Dham Co-authored-by: jialei-chen <147877028+jialei-chen@users.noreply.github.com> Co-authored-by: Jesse DeJong Co-authored-by: Björn <81525627+bestefreund@users.noreply.github.com> Co-authored-by: Dawid212 Co-authored-by: efe Co-authored-by: Francis O'Hara Aidoo Co-authored-by: ishamiGIT <202351040+ishamiGIT@users.noreply.github.com> Co-authored-by: NA2047 <12290725+NA2047@users.noreply.github.com> Co-authored-by: Scott Suarez Co-authored-by: Ryan Oaks Co-authored-by: Stephane Charite Co-authored-by: Andrew Browne <81702808+abbrowne126@users.noreply.github.com> Co-authored-by: sachin purohit Co-authored-by: Durgesh Ninave Co-authored-by: Yanwei Guo Co-authored-by: zlq Co-authored-by: Nick Elliot Co-authored-by: Shuya Ma <87669292+shuyama1@users.noreply.github.com> Co-authored-by: Liyun Huang Co-authored-by: dixuswe <152918466+dixuswe@users.noreply.github.com> Co-authored-by: Sarah French Co-authored-by: Glen Yu Co-authored-by: Richard Belleville Co-authored-by: Mohit Swain Co-authored-by: Nathaniel Ford Co-authored-by: Nathaniel Ford Co-authored-by: Sam Levenick Co-authored-by: Chun Wang Co-authored-by: aditikumarii-google Co-authored-by: sanmahapatra <168236987+sanmahapatra@users.noreply.github.com> Co-authored-by: Laurenz K. <45950275+laurenz-k@users.noreply.github.com> Co-authored-by: Salome Papiashvili Co-authored-by: Harshal Neelkamal <17376513+HarshalNeelkamal@users.noreply.github.com> Co-authored-by: James Alseth Co-authored-by: Yuuki Takahashi <20282867+yktakaha4@users.noreply.github.com> Co-authored-by: Darshan Mehta <8850770+darshanmehta17@users.noreply.github.com> Co-authored-by: Luca Prete Co-authored-by: Luca Prete Co-authored-by: kgala2 Co-authored-by: Yu Liao Co-authored-by: Phil Sung Co-authored-by: Andrew Ferg Co-authored-by: chethangowda89 <110084536+chethangowda89@users.noreply.github.com> Co-authored-by: Chethan Gowda Co-authored-by: Taneli Leppä Co-authored-by: Stephen Lewis (Burrows) Co-authored-by: maayanbeltzer Co-authored-by: Aman Mahendroo <30946991+amanMahendroo@users.noreply.github.com> Co-authored-by: Jaylon McShan Co-authored-by: Riley Karson Co-authored-by: zoeyai-google [upstream:86a15f2e6efa8d323fda557eabe4eb165abc2827] Signed-off-by: Modular Magician --- dialogflowcx_agent_full/main.tf | 34 +++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/dialogflowcx_agent_full/main.tf b/dialogflowcx_agent_full/main.tf index 2e0849bd..41fa412a 100644 --- a/dialogflowcx_agent_full/main.tf +++ b/dialogflowcx_agent_full/main.tf @@ -68,4 +68,38 @@ resource "google_dialogflow_cx_agent" "full_agent" { gen_app_builder_settings { engine = "projects/-/locations/-/collections/-/engines/-" } + start_playbook = "projects/-/locations/-/agents/-/playbooks/00000000-0000-0000-0000-000000000000" + enable_multi_language_training = false + locked = false + answer_feedback_settings { + enable_answer_feedback = false + } + client_certificate_settings { + passphrase = "projects/example-proj/secrets/example-secret/versions/example-version" + private_key = "projects/example-proj/secrets/example-secret/versions/example-version" + ssl_certificate = <