Skip to content

Commit

Permalink
TTS / Sentiment GA [(#2157)](#2157)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnegrey authored and telpirion committed Mar 13, 2023
1 parent bc52427 commit a447c18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dialogflow/detect_intent_with_sentiment_analysis.py
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
2 changes: 1 addition & 1 deletion dialogflow/detect_intent_with_texttospeech_response.py
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/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 a447c18

Please sign in to comment.