File tree Expand file tree Collapse file tree 2 files changed +3
-20
lines changed
common/src/main/kotlin/actions/service/dialogflow/api Expand file tree Collapse file tree 2 files changed +3
-20
lines changed Original file line number Diff line number Diff line change 1
- // Top-level build file where you can add configuration options common to all sub-projects/modules.
2
1
allprojects {
3
2
group ' com.ticketmaster.actions'
4
- version ' 2.0.2 '
3
+ version ' 2.0.4 '
5
4
6
5
apply plugin : ' idea'
7
6
idea {
@@ -46,17 +45,8 @@ buildscript {
46
45
}
47
46
}
48
47
49
- <<<<<< < Updated upstream
50
48
ext {
51
- sdkVersion = ' 2.0.2-alpha' // version of deployed artifacts
52
- ====== =
53
- <<<<<< < Updated upstream
54
- repositories {
55
- mavenCentral()
56
- ====== =
57
- ext {
58
- sdkVersion = ' 2.0.2' // version of deployed artifacts
59
- >>>>>>> Stashed changes
49
+ sdkVersion = ' 2.0.4' // version of deployed artifacts
60
50
nodeVersion = ' 8.11.1'
61
51
qunitVersion = ' 2.6.0'
62
52
libraries = [
69
59
kotlin_test_js : " org.jetbrains.kotlin:kotlin-test-js:$kotlinVersion " ,
70
60
kotlin_test_junit : " org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion " ,
71
61
]
72
- <<<<<< < Updated upstream
73
- ====== =
74
- >>>>>>> Stashed changes
75
- }
76
- dependencies {
77
- compile " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
78
- >>>>>>> Stashed changes
79
62
}
80
63
81
64
subprojects {
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ data class GoogleCloudDialogflowV2QueryResult(
260
260
var webhookPayload : ApiClientObjectMap <Any >? = null ,
261
261
var outputContexts : MutableList <GoogleCloudDialogflowV2Context >? = null ,
262
262
var intent : GoogleCloudDialogflowV2Intent ? = null ,
263
- var intentDetectionConfidence : Int ? = null ,
263
+ var intentDetectionConfidence : Float ? = null ,
264
264
var diagnosticInfo : ApiClientObjectMap <Any >? = null
265
265
)
266
266
You can’t perform that action at this time.
0 commit comments