Skip to content

Commit

Permalink
TTS / Sentiment GA (#2157)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnegrey authored and dizcology committed May 15, 2019
1 parent faa2027 commit abadf8a
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
2 changes: 1 addition & 1 deletion dialogflow/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dialogflow==0.5.2
dialogflow==0.6.0

0 comments on commit abadf8a

Please sign in to comment.