ProjectsLocationsContactCenters
class ProjectsLocationsContactCenters extends Resource (View source)
The "contactCenters" collection of methods.
Typical usage is:
$contactcenteraiplatformService = new Google\Service\CCAIPlatform(...);
$contactCenters = $contactcenteraiplatformService->projects_locations_contactCenters;
Methods
Creates a new ContactCenter in a given project and location.
Deletes a single ContactCenter. (contactCenters.delete)
Gets details of a single ContactCenter. (contactCenters.get)
Lists ContactCenters in a given project and location.
Updates the parameters of a single ContactCenter. (contactCenters.patch)
Details
Operation
create(string $parent, ContactCenter $postBody, array $optParams = [])
Creates a new ContactCenter in a given project and location.
(contactCenters.create)
Operation
delete(string $name, array $optParams = [])
Deletes a single ContactCenter. (contactCenters.delete)
ContactCenter
get(string $name, array $optParams = [])
Gets details of a single ContactCenter. (contactCenters.get)
ListContactCentersResponse
listProjectsLocationsContactCenters(string $parent, array $optParams = [])
Lists ContactCenters in a given project and location.
(contactCenters.listProjectsLocationsContactCenters)
Operation
patch(string $name, ContactCenter $postBody, array $optParams = [])
Updates the parameters of a single ContactCenter. (contactCenters.patch)