You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-contactcenterinsights/v1/2.0.0/com/google/api/services/contactcenterinsights/v1/model/GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,13 @@ public final class GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput
45
45
@com.google.api.client.util.Key
46
46
privatejava.lang.Stringquery;
47
47
48
+
/**
49
+
* Query source for the answer.
50
+
* The value may be {@code null}.
51
+
*/
52
+
@com.google.api.client.util.Key
53
+
privatejava.lang.StringquerySource;
54
+
48
55
/**
49
56
* The resource name of associated generator. Format: `projects//locations//generators/`
50
57
* @return value or {@code null} for none
@@ -81,6 +88,23 @@ public GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput setQuery(jav
81
88
returnthis;
82
89
}
83
90
91
+
/**
92
+
* Query source for the answer.
93
+
* @return value or {@code null} for none
94
+
*/
95
+
publicjava.lang.StringgetQuerySource() {
96
+
returnquerySource;
97
+
}
98
+
99
+
/**
100
+
* Query source for the answer.
101
+
* @param querySource querySource or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-contactcenterinsights/v1/2.0.0/com/google/api/services/contactcenterinsights/v1/model/GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotationUserInput.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,13 @@ public final class GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotationUser
45
45
@com.google.api.client.util.Key
46
46
privatejava.lang.Stringquery;
47
47
48
+
/**
49
+
* Query source for the answer.
50
+
* The value may be {@code null}.
51
+
*/
52
+
@com.google.api.client.util.Key
53
+
privatejava.lang.StringquerySource;
54
+
48
55
/**
49
56
* The resource name of associated generator. Format: `projects//locations//generators/`
50
57
* @return value or {@code null} for none
@@ -81,6 +88,23 @@ public GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotationUserInput setQue
81
88
returnthis;
82
89
}
83
90
91
+
/**
92
+
* Query source for the answer.
93
+
* @return value or {@code null} for none
94
+
*/
95
+
publicjava.lang.StringgetQuerySource() {
96
+
returnquerySource;
97
+
}
98
+
99
+
/**
100
+
* Query source for the answer.
101
+
* @param querySource querySource or {@code null} for none
0 commit comments