Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.IssueModelsResource.CalculateIssueModelStatsRequest

Gets an issue model's statistics.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>
ProjectsResource.LocationsResource.IssueModelsResource.CalculateIssueModelStatsRequest
Implements
IClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>
IClientServiceRequest
Inherited Members
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>.Xgafv
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>.AccessToken
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>.Alt
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>.Callback
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>.Fields
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>.Key
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>.OauthToken
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>.PrettyPrint
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>.QuotaUser
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>.UploadType
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>.Execute()
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>.GetBody()
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>.ETagAction
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>.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.IssueModelsResource.CalculateIssueModelStatsRequest : ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>, IClientServiceRequest<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>, IClientServiceRequest

Constructors

CalculateIssueModelStatsRequest(IClientService, string)

Constructs a new CalculateIssueModelStats request.

Declaration
public CalculateIssueModelStatsRequest(IClientService service, string issueModel)
Parameters
Type Name Description
IClientService service
string issueModel

Properties

HttpMethod

Gets the HTTP method.

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

IssueModel

Required. The resource name of the issue model to query against.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes CalculateIssueModelStats parameter list.

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

Implements

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