Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit dd2257c

Browse files
authored
docs: Update region_tag: dialogflow_detect_intent_text --> dialogflow_cx_detect_intent_text (#424)
1 parent 4746c9f commit dd2257c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/snippets/detect_intent_texts.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from google.cloud.dialogflowcx_v3beta1.types import session
3535

3636

37-
# [START dialogflow_detect_intent_text]
37+
# [START dialogflow_cx_detect_intent_text]
3838
def run_sample():
3939
# TODO(developer): Replace these values when running the function
4040
project_id = "YOUR-PROJECT-ID"
@@ -84,7 +84,7 @@ def detect_intent_texts(agent, session_id, texts, language_code):
8484
print(f"Response text: {' '.join(response_messages)}\n")
8585

8686

87-
# [END dialogflow_detect_intent_text]
87+
# [END dialogflow_cx_detect_intent_text]
8888

8989
if __name__ == "__main__":
9090
parser = argparse.ArgumentParser(

0 commit comments

Comments
 (0)