Skip to content

Commit

Permalink
Fix typo in samples (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoelzl authored and JustinBeckwith committed Oct 22, 2018
1 parent 59b878e commit 7140271
Showing 1 changed file with 2 additions and 1 deletion.
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 comments on commit 7140271

Please sign in to comment.