Class ProjectsResource.LocationsResource.ConversationsResource.CalculateStatsRequest
Gets conversation statistics.
Inheritance
ProjectsResource.LocationsResource.ConversationsResource.CalculateStatsRequest
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ConversationsResource.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
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
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes CalculateStats parameter list.
Declaration
protected override void InitParameters()