ProjectsLocationsViews
class ProjectsLocationsViews extends Resource (View source)
The "views" collection of methods.
Typical usage is:
$contactcenterinsightsService = new Google\Service\Contactcenterinsights(...);
$views = $contactcenterinsightsService->projects_locations_views;
Methods
create(string $parent, GoogleCloudContactcenterinsightsV1View $postBody, array $optParams = [])
Creates a view. (views.create)
delete(string $name, array $optParams = [])
Deletes a view. (views.delete)
get(string $name, array $optParams = [])
Gets a view. (views.get)
listProjectsLocationsViews(string $parent, array $optParams = [])
Lists views. (views.listProjectsLocationsViews)
patch(string $name, GoogleCloudContactcenterinsightsV1View $postBody, array $optParams = [])
Updates a view. (views.patch)
Details
GoogleCloudContactcenterinsightsV1View
create(string $parent, GoogleCloudContactcenterinsightsV1View $postBody, array $optParams = [])
Creates a view. (views.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Deletes a view. (views.delete)
GoogleCloudContactcenterinsightsV1View
get(string $name, array $optParams = [])
Gets a view. (views.get)
GoogleCloudContactcenterinsightsV1ListViewsResponse
listProjectsLocationsViews(string $parent, array $optParams = [])
Lists views. (views.listProjectsLocationsViews)
GoogleCloudContactcenterinsightsV1View
patch(string $name, GoogleCloudContactcenterinsightsV1View $postBody, array $optParams = [])
Updates a view. (views.patch)