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-contactcenteraiplatform/v1alpha1/2.0.0/com/google/api/services/contactcenteraiplatform/v1alpha1/model/ContactCenter.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,13 @@ public final class ContactCenter extends com.google.api.client.json.GenericJson
37
37
@com.google.api.client.util.Key
38
38
privateAdminUseradminUser;
39
39
40
+
/**
41
+
* Optional. Whether the advanced reporting feature is enabled.
42
+
* The value may be {@code null}.
43
+
*/
44
+
@com.google.api.client.util.Key
45
+
privatejava.lang.BooleanadvancedReportingEnabled;
46
+
40
47
/**
41
48
* Optional. Whether to enable users to be created in the CCAIP-instance concurrently to having
42
49
* users in Cloud identity
@@ -182,6 +189,23 @@ public ContactCenter setAdminUser(AdminUser adminUser) {
182
189
returnthis;
183
190
}
184
191
192
+
/**
193
+
* Optional. Whether the advanced reporting feature is enabled.
0 commit comments