Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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