Skip to content

Commit 4ac4e75

Browse files
Make defaultLanguage consistent across Dialogflow Agents (#16006) (#1193)
[upstream:24cf8961b3258d52ad17507b82bf83d79ff1c2d8] Signed-off-by: Modular Magician <[email protected]>
1 parent 8ccf225 commit 4ac4e75

File tree

1 file changed

+1
-1
lines changed
  • dialogflow_conversation_profile_basic

1 file changed

+1
-1
lines changed

dialogflow_conversation_profile_basic/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
resource "google_dialogflow_agent" "basic_agent" {
22
display_name = "example_agent"
3-
default_language_code = "en-us"
3+
default_language_code = "en"
44
time_zone = "America/New_York"
55
}
66
resource "google_dialogflow_conversation_profile" "basic_profile" {

0 commit comments

Comments
 (0)