Class ProjectsResource.LocationsResource.AuthorizedViewSetResource.AuthorizedViewResource
The "authorizedView" collection of methods.
Inheritance
ProjectsResource.LocationsResource.AuthorizedViewSetResource.AuthorizedViewResource
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class ProjectsResource.LocationsResource.AuthorizedViewSetResource.AuthorizedViewResource
Constructors
AuthorizedViewResource(IClientService)
Constructs a new resource.
Declaration
public AuthorizedViewResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
CalculateStats(string)
Gets conversation statistics.
Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetResource.AuthorizedViewResource.CalculateStatsRequest CalculateStats(string location)
Parameters
Type | Name | Description |
---|---|---|
string | location | Required. The location of the conversations. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.AuthorizedViewSetResource.AuthorizedViewResource.CalculateStatsRequest |
QueryMetrics(GoogleCloudContactcenterinsightsV1QueryMetricsRequest, string)
Query metrics.
Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetResource.AuthorizedViewResource.QueryMetricsRequest QueryMetrics(GoogleCloudContactcenterinsightsV1QueryMetricsRequest body, string location)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudContactcenterinsightsV1QueryMetricsRequest | body | The body of the request. |
string | location | Required. The location of the data. "projects/{project}/locations/{location}" |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.AuthorizedViewSetResource.AuthorizedViewResource.QueryMetricsRequest |