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

Fix typo #16

Merged
merged 3 commits into from
Nov 16, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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