Skip to content

Commit a121ce3

Browse files
feat(contactcenteraiplatform): update the api
#### contactcenteraiplatform:v1alpha1 The following keys were added: - schemas.ContactCenter.properties.advancedReportingEnabled.type (Total Keys: 1)
1 parent 9ce3463 commit a121ce3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/dyn/contactcenteraiplatform_v1alpha1.projects.locations.contactCenters.html

+4
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ <h3>Method Details</h3>
115115
&quot;familyName&quot;: &quot;A String&quot;, # Optional. Last/family name of the first admin user.
116116
&quot;givenName&quot;: &quot;A String&quot;, # Optional. First/given name of the first admin user.
117117
},
118+
&quot;advancedReportingEnabled&quot;: True or False, # Optional. Whether the advanced reporting feature is enabled.
118119
&quot;ccaipManagedUsers&quot;: True or False, # Optional. Whether to enable users to be created in the CCAIP-instance concurrently to having users in Cloud identity
119120
&quot;createTime&quot;: &quot;A String&quot;, # Output only. [Output only] Create time stamp
120121
&quot;critical&quot;: { # Instances in this Channel will receive updates after all instances in `Normal` were updated. They also will only be updated outside of their peak hours. # Optional. Critical release channel.
@@ -289,6 +290,7 @@ <h3>Method Details</h3>
289290
&quot;familyName&quot;: &quot;A String&quot;, # Optional. Last/family name of the first admin user.
290291
&quot;givenName&quot;: &quot;A String&quot;, # Optional. First/given name of the first admin user.
291292
},
293+
&quot;advancedReportingEnabled&quot;: True or False, # Optional. Whether the advanced reporting feature is enabled.
292294
&quot;ccaipManagedUsers&quot;: True or False, # Optional. Whether to enable users to be created in the CCAIP-instance concurrently to having users in Cloud identity
293295
&quot;createTime&quot;: &quot;A String&quot;, # Output only. [Output only] Create time stamp
294296
&quot;critical&quot;: { # Instances in this Channel will receive updates after all instances in `Normal` were updated. They also will only be updated outside of their peak hours. # Optional. Critical release channel.
@@ -403,6 +405,7 @@ <h3>Method Details</h3>
403405
&quot;familyName&quot;: &quot;A String&quot;, # Optional. Last/family name of the first admin user.
404406
&quot;givenName&quot;: &quot;A String&quot;, # Optional. First/given name of the first admin user.
405407
},
408+
&quot;advancedReportingEnabled&quot;: True or False, # Optional. Whether the advanced reporting feature is enabled.
406409
&quot;ccaipManagedUsers&quot;: True or False, # Optional. Whether to enable users to be created in the CCAIP-instance concurrently to having users in Cloud identity
407410
&quot;createTime&quot;: &quot;A String&quot;, # Output only. [Output only] Create time stamp
408411
&quot;critical&quot;: { # Instances in this Channel will receive updates after all instances in `Normal` were updated. They also will only be updated outside of their peak hours. # Optional. Critical release channel.
@@ -526,6 +529,7 @@ <h3>Method Details</h3>
526529
&quot;familyName&quot;: &quot;A String&quot;, # Optional. Last/family name of the first admin user.
527530
&quot;givenName&quot;: &quot;A String&quot;, # Optional. First/given name of the first admin user.
528531
},
532+
&quot;advancedReportingEnabled&quot;: True or False, # Optional. Whether the advanced reporting feature is enabled.
529533
&quot;ccaipManagedUsers&quot;: True or False, # Optional. Whether to enable users to be created in the CCAIP-instance concurrently to having users in Cloud identity
530534
&quot;createTime&quot;: &quot;A String&quot;, # Output only. [Output only] Create time stamp
531535
&quot;critical&quot;: { # Instances in this Channel will receive updates after all instances in `Normal` were updated. They also will only be updated outside of their peak hours. # Optional. Critical release channel.

googleapiclient/discovery_cache/documents/contactcenteraiplatform.v1alpha1.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@
518518
}
519519
}
520520
},
521-
"revision": "20250320",
521+
"revision": "20250414",
522522
"rootUrl": "https://contactcenteraiplatform.googleapis.com/",
523523
"schemas": {
524524
"AdminUser": {
@@ -568,6 +568,10 @@
568568
"$ref": "AdminUser",
569569
"description": "Optional. Info about the first admin user, such as given name and family name."
570570
},
571+
"advancedReportingEnabled": {
572+
"description": "Optional. Whether the advanced reporting feature is enabled.",
573+
"type": "boolean"
574+
},
571575
"ccaipManagedUsers": {
572576
"description": "Optional. Whether to enable users to be created in the CCAIP-instance concurrently to having users in Cloud identity",
573577
"type": "boolean"

0 commit comments

Comments
 (0)