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

Commit

Permalink
docs: Update region_tag: dialogflow_detect_intent_text --> dialogflow…
Browse files Browse the repository at this point in the history
…_cx_detect_intent_text (#424)
  • Loading branch information
nicain authored Jul 6, 2022
1 parent 4746c9f commit dd2257c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/snippets/detect_intent_texts.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from google.cloud.dialogflowcx_v3beta1.types import session


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


# [END dialogflow_detect_intent_text]
# [END dialogflow_cx_detect_intent_text]

if __name__ == "__main__":
parser = argparse.ArgumentParser(
Expand Down

0 comments on commit dd2257c

Please sign in to comment.