Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nnegrey authored and busunkim96 committed Dec 9, 2020
1 parent 6f8431e commit 9a2f1fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def detect_intent_with_sentiment_analysis(project_id, session_id, texts,
Using the same `session_id` between requests allows continuation
of the conversation."""
import dialogflow_v2beta1 as dialogflow
import dialogflow_v2 as dialogflow
session_client = dialogflow.SessionsClient()

session_path = session_client.session_path(project_id, session_id)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def detect_intent_with_texttospeech_response(project_id, session_id, texts,
Using the same `session_id` between requests allows continuation
of the conversation."""
import dialogflow_v2beta1 as dialogflow
import dialogflow_v2 as dialogflow
session_client = dialogflow.SessionsClient()

session_path = session_client.session_path(project_id, session_id)
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dialogflow==0.5.2
dialogflow==0.6.0

0 comments on commit 9a2f1fa

Please sign in to comment.