Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit abadf8a

Browse files
nnegreydizcology
authored andcommitted
TTS / Sentiment GA (GoogleCloudPlatform#2157)
1 parent faa2027 commit abadf8a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dialogflow/cloud-client/detect_intent_with_sentiment_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def detect_intent_with_sentiment_analysis(project_id, session_id, texts,
3535
3636
Using the same `session_id` between requests allows continuation
3737
of the conversation."""
38-
import dialogflow_v2beta1 as dialogflow
38+
import dialogflow_v2 as dialogflow
3939
session_client = dialogflow.SessionsClient()
4040

4141
session_path = session_client.session_path(project_id, session_id)

dialogflow/cloud-client/detect_intent_with_texttospeech_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def detect_intent_with_texttospeech_response(project_id, session_id, texts,
3434
3535
Using the same `session_id` between requests allows continuation
3636
of the conversation."""
37-
import dialogflow_v2beta1 as dialogflow
37+
import dialogflow_v2 as dialogflow
3838
session_client = dialogflow.SessionsClient()
3939

4040
session_path = session_client.session_path(project_id, session_id)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dialogflow==0.5.2
1+
dialogflow==0.6.0

0 commit comments

Comments
 (0)