File tree 2 files changed +2
-2
lines changed
packages/google-cloud-dialogflow/samples
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ View the `source code <detect_intent_texts.py>`__.
57
57
Examples:
58
58
python detect_intent_texts.py -h
59
59
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"
61
61
62
62
positional arguments:
63
63
texts Text inputs.
Original file line number Diff line number Diff line change 21
21
python detect_intent_texts.py --project-id PROJECT_ID \
22
22
--session-id SESSION_ID \
23
23
"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 \
25
25
--session-id SESSION_ID \
26
26
"tomorrow" "10 AM" "2 hours" "10 people" "A" "yes"
27
27
"""
You can’t perform that action at this time.
0 commit comments