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)

Parameters

string $name

Required. The name of the issue to delete.

array $optParams

Optional parameters.

Return Value

GoogleProtobufEmpty

Exceptions

Exception

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

Gets an issue. (issues.get)

Parameters

string $name

Required. The name of the issue to get.

array $optParams

Optional parameters.

Return Value

GoogleCloudContactcenterinsightsV1Issue

Exceptions

Exception

GoogleCloudContactcenterinsightsV1ListIssuesResponse listProjectsLocationsIssueModelsIssues(string $parent, array $optParams = [])

Lists issues. (issues.listProjectsLocationsIssueModelsIssues)

Parameters

string $parent

Required. The parent resource of the issue.

array $optParams

Optional parameters.

Return Value

GoogleCloudContactcenterinsightsV1ListIssuesResponse

Exceptions

Exception

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

Updates an issue. (issues.patch)

Parameters

string $name

Immutable. The resource name of the issue. Format: projec ts/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}

GoogleCloudContactcenterinsightsV1Issue $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudContactcenterinsightsV1Issue

Exceptions

Exception