Skip to content

Commit 08b1b4a

Browse files
authored
Fix typo (#16)
* Dialogflow API client (#6) * cleanup * fix typo
1 parent c826a7d commit 08b1b4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/google-cloud-dialogflow/samples/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ View the `source code <detect_intent_texts.py>`__.
5757
Examples:
5858
python detect_intent_texts.py -h
5959
python detect_intent_texts.py --project-id PROJECT_ID --session-id SESSION_ID "hello" "book a meeting room" "Mountain View"
60-
python detect_intent_text.py --project-id PROJECT_ID --session-id SESSION_ID "tomorrow" "10 AM" "2 hours" "10 people" "A" "yes"
60+
python detect_intent_texts.py --project-id PROJECT_ID --session-id SESSION_ID "tomorrow" "10 AM" "2 hours" "10 people" "A" "yes"
6161
6262
positional arguments:
6363
texts Text inputs.

packages/google-cloud-dialogflow/samples/detect_intent_texts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
python detect_intent_texts.py --project-id PROJECT_ID \
2222
--session-id SESSION_ID \
2323
"hello" "book a meeting room" "Mountain View"
24-
python detect_intent_text.py --project-id PROJECT_ID \
24+
python detect_intent_texts.py --project-id PROJECT_ID \
2525
--session-id SESSION_ID \
2626
"tomorrow" "10 AM" "2 hours" "10 people" "A" "yes"
2727
"""

0 commit comments

Comments
 (0)