This repository was archived by the owner on Jan 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.12.2] ( https://github.com/googleapis/python-dialogflow-cx/compare/v1.12.1...v1.12.2 ) (2022-07-05)
4
+
5
+
6
+ ### Documentation
7
+
8
+ * add detect intent with intent input snippet ([ #417 ] ( https://github.com/googleapis/python-dialogflow-cx/issues/417 ) ) ([ 04ded3c] ( https://github.com/googleapis/python-dialogflow-cx/commit/04ded3ce2cdee30bdf0dd91f7164d32fcda204bd ) )
9
+ * add detect intent with sentiment analysis snippet ([ #416 ] ( https://github.com/googleapis/python-dialogflow-cx/issues/416 ) ) ([ dcd8319] ( https://github.com/googleapis/python-dialogflow-cx/commit/dcd8319e2edef2e99dffea50b202f9b7f5a52c06 ) )
10
+ * add streaming detect intent with partial response sample ([ #414 ] ( https://github.com/googleapis/python-dialogflow-cx/issues/414 ) ) ([ 57a0e16] ( https://github.com/googleapis/python-dialogflow-cx/commit/57a0e16995bf2520306c8d29ee84088345a9b3be ) )
11
+
3
12
## [ 1.12.1] ( https://github.com/googleapis/python-dialogflow-cx/compare/v1.12.0...v1.12.1 ) (2022-06-03)
4
13
5
14
Original file line number Diff line number Diff line change 19
19
import os
20
20
import setuptools # type: ignore
21
21
22
- version = "1.12.1 "
22
+ version = "1.12.2 "
23
23
24
24
package_root = os .path .abspath (os .path .dirname (__file__ ))
25
25
You can’t perform that action at this time.
0 commit comments