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

create(string $parent, ContactCenter $postBody, array $optParams = [])

Creates a new ContactCenter in a given project and location.

delete(string $name, array $optParams = [])

Deletes a single ContactCenter. (contactCenters.delete)

get(string $name, array $optParams = [])

Gets details of a single ContactCenter. (contactCenters.get)

listProjectsLocationsContactCenters(string $parent, array $optParams = [])

Lists ContactCenters in a given project and location.

patch(string $name, ContactCenter $postBody, array $optParams = [])

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)

Parameters

string $parent

Required. Value for parent.

ContactCenter $postBody
array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

Operation delete(string $name, array $optParams = [])

Deletes a single ContactCenter. (contactCenters.delete)

Parameters

string $name

Required. Name of the resource

array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

ContactCenter get(string $name, array $optParams = [])

Gets details of a single ContactCenter. (contactCenters.get)

Parameters

string $name

Required. Name of the resource

array $optParams

Optional parameters.

Return Value

ContactCenter

Exceptions

Exception

ListContactCentersResponse listProjectsLocationsContactCenters(string $parent, array $optParams = [])

Lists ContactCenters in a given project and location.

(contactCenters.listProjectsLocationsContactCenters)

Parameters

string $parent

Required. Parent value for ListContactCentersRequest

array $optParams

Optional parameters.

Return Value

ListContactCentersResponse

Exceptions

Exception

Operation patch(string $name, ContactCenter $postBody, array $optParams = [])

Updates the parameters of a single ContactCenter. (contactCenters.patch)

Parameters

string $name

name of resource

ContactCenter $postBody
array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception