Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AuthorizedViewSetResource.AuthorizedViewResource.CalculateStatsRequest

Gets conversation statistics.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>
ProjectsResource.LocationsResource.AuthorizedViewSetResource.AuthorizedViewResource.CalculateStatsRequest
Implements
IClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>
IClientServiceRequest
Inherited Members
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.Xgafv
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.AccessToken
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.Alt
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.Callback
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.Fields
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.Key
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.OauthToken
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.PrettyPrint
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.QuotaUser
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.UploadType
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.Execute()
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.GetBody()
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.ETagAction
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.CalculateStatsRequest : ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>, IClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>, IClientServiceRequest

Constructors

CalculateStatsRequest(IClientService, string)

Constructs a new CalculateStats request.

Declaration
public CalculateStatsRequest(IClientService service, string location)
Parameters
Type Name Description
IClientService service
string location

Properties

Filter

A filter to reduce results to a specific subset. This field is useful for getting statistics about conversations with specific properties.

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.HttpMethod

Location

Required. The location of the conversations.

Declaration
[RequestParameter("location", RequestParameterType.Path)]
public virtual string Location { get; }
Property Value
Type Description
string

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.RestPath

Methods

InitParameters()

Initializes CalculateStats parameter list.

Declaration
protected override void InitParameters()
Overrides
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX