ProjectsLocationsIssueModelsIssues
class ProjectsLocationsIssueModelsIssues extends Resource (View source)
The "issues" collection of methods.
Typical usage is:
$contactcenterinsightsService = new Google\Service\Contactcenterinsights(...);
$issues = $contactcenterinsightsService->projects_locations_issueModels_issues;
Methods
delete(string $name, array $optParams = [])
Deletes an issue. (issues.delete)
get(string $name, array $optParams = [])
Gets an issue. (issues.get)
listProjectsLocationsIssueModelsIssues(string $parent, array $optParams = [])
Lists issues. (issues.listProjectsLocationsIssueModelsIssues)
patch(string $name, GoogleCloudContactcenterinsightsV1Issue $postBody, array $optParams = [])
Updates an issue. (issues.patch)
Details
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Deletes an issue. (issues.delete)
GoogleCloudContactcenterinsightsV1Issue
get(string $name, array $optParams = [])
Gets an issue. (issues.get)
GoogleCloudContactcenterinsightsV1ListIssuesResponse
listProjectsLocationsIssueModelsIssues(string $parent, array $optParams = [])
Lists issues. (issues.listProjectsLocationsIssueModelsIssues)
GoogleCloudContactcenterinsightsV1Issue
patch(string $name, GoogleCloudContactcenterinsightsV1Issue $postBody, array $optParams = [])
Updates an issue. (issues.patch)