class ProjectsLocationsConversationsAnalyses extends Resource (View source)

The "analyses" collection of methods.

Typical usage is:

 $contactcenterinsightsService = new Google\Service\Contactcenterinsights(...);
 $analyses = $contactcenterinsightsService->projects_locations_conversations_analyses;

Methods

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

Creates an analysis. The long running operation is done when the analysis has completed. (analyses.create)

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

Deletes an analysis. (analyses.delete)

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

Gets an analysis. (analyses.get)

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

Lists analyses. (analyses.listProjectsLocationsConversationsAnalyses)

Details

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

Creates an analysis. The long running operation is done when the analysis has completed. (analyses.create)

Parameters

string $parent

Required. The parent resource of the analysis.

GoogleCloudContactcenterinsightsV1Analysis $postBody
array $optParams

Optional parameters.

Return Value

GoogleLongrunningOperation

Exceptions

Exception

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

Deletes an analysis. (analyses.delete)

Parameters

string $name

Required. The name of the analysis to delete.

array $optParams

Optional parameters.

Return Value

GoogleProtobufEmpty

Exceptions

Exception

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

Gets an analysis. (analyses.get)

Parameters

string $name

Required. The name of the analysis to get.

array $optParams

Optional parameters.

Return Value

GoogleCloudContactcenterinsightsV1Analysis

Exceptions

Exception

GoogleCloudContactcenterinsightsV1ListAnalysesResponse listProjectsLocationsConversationsAnalyses(string $parent, array $optParams = [])

Lists analyses. (analyses.listProjectsLocationsConversationsAnalyses)

Parameters

string $parent

Required. The parent resource of the analyses.

array $optParams

Optional parameters.

Return Value

GoogleCloudContactcenterinsightsV1ListAnalysesResponse

Exceptions

Exception