Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit abadf8a

Browse filesBrowse files
nnegreydizcology
authored andcommitted
TTS / Sentiment GA (GoogleCloudPlatform#2157)
1 parent faa2027 commit abadf8a
Copy full SHA for abadf8a

File tree

Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed

‎dialogflow/cloud-client/detect_intent_with_sentiment_analysis.py

Copy file name to clipboardExpand all lines: dialogflow/cloud-client/detect_intent_with_sentiment_analysis.py
+1-1Lines 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

Copy file name to clipboardExpand all lines: dialogflow/cloud-client/detect_intent_with_texttospeech_response.py
+1-1Lines 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)
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.