Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AuthorizedViewSetResource.AuthorizedViewResource

The "authorizedView" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.AuthorizedViewSetResource.AuthorizedViewResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX