Skip to content
This repository has been archived by the owner on Dec 17, 2023. 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
…_es_detect_intent_text (#536)
  • Loading branch information
nicain committed Jul 6, 2022
1 parent 912518b commit c20dcf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/snippets/detect_intent_texts.py
Expand Up @@ -30,7 +30,7 @@
import uuid


# [START dialogflow_detect_intent_text]
# [START dialogflow_es_detect_intent_text]
def detect_intent_texts(project_id, session_id, texts, language_code):
"""Returns the result of detect intent with texts as inputs.
Expand Down Expand Up @@ -63,7 +63,7 @@ def detect_intent_texts(project_id, session_id, texts, language_code):
print("Fulfillment text: {}\n".format(response.query_result.fulfillment_text))


# [END dialogflow_detect_intent_text]
# [END dialogflow_es_detect_intent_text]


if __name__ == "__main__":
Expand Down

0 comments on commit c20dcf7

Please sign in to comment.