Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Commit

Permalink
Fix typo (#16)
Browse files Browse the repository at this point in the history
* Dialogflow API client (#6)

* cleanup

* fix typo
  • Loading branch information
dizcology authored Nov 16, 2017
1 parent 90f174a commit d91dfc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ View the `source code <detect_intent_texts.py>`__.
Examples:
python detect_intent_texts.py -h
python detect_intent_texts.py --project-id PROJECT_ID --session-id SESSION_ID "hello" "book a meeting room" "Mountain View"
python detect_intent_text.py --project-id PROJECT_ID --session-id SESSION_ID "tomorrow" "10 AM" "2 hours" "10 people" "A" "yes"
python detect_intent_texts.py --project-id PROJECT_ID --session-id SESSION_ID "tomorrow" "10 AM" "2 hours" "10 people" "A" "yes"
positional arguments:
texts Text inputs.
Expand Down
2 changes: 1 addition & 1 deletion samples/detect_intent_texts.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
python detect_intent_texts.py --project-id PROJECT_ID \
--session-id SESSION_ID \
"hello" "book a meeting room" "Mountain View"
python detect_intent_text.py --project-id PROJECT_ID \
python detect_intent_texts.py --project-id PROJECT_ID \
--session-id SESSION_ID \
"tomorrow" "10 AM" "2 hours" "10 people" "A" "yes"
"""
Expand Down

0 comments on commit d91dfc5

Please sign in to comment.