Skip to content

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 be6b03c commit 511b1f7
Showing 1 changed file with 2 additions and 2 deletions.
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 511b1f7

Please sign in to comment.