8000 Fix typo by jhoelzl · Pull Request #52 · googleapis/python-dialogflow · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.
Merged
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
3 changes: 2 additions & 1 deletion samples/detect_intent_texts.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ def detect_intent_texts(project_id, session_id, texts, language_code):
"""Returns the result of detect intent with texts as inputs.

Using the same `session_id` between requests allows continuation
of the conversaion."""
of the conversation."""

import dialogflow_v2 as dialogflow
session_client = dialogflow.SessionsClient()

Expand Down
0