Skip to content

Commit bc6a5a8

Browse files
nicaintelpirion
authored andcommitted
docs: Update region_tag: dialogflow_detect_intent_text --> dialogflow_es_detect_intent_text (#536)
1 parent bca1f5a commit bc6a5a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dialogflow/detect_intent_texts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import uuid
3131

3232

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

6565

66-
# [END dialogflow_detect_intent_text]
66+
# [END dialogflow_es_detect_intent_text]
6767

6868

6969
if __name__ == "__main__":

0 commit comments

Comments
 (0)