Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.IssueModelsResource

The "issueModels" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.IssueModelsResource
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.IssueModelsResource

Constructors

IssueModelsResource(IClientService)

Constructs a new resource.

Declaration
public IssueModelsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Issues

Gets the Issues resource.

Declaration
public virtual ProjectsResource.LocationsResource.IssueModelsResource.IssuesResource Issues { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.IssueModelsResource.IssuesResource

Methods

CalculateIssueModelStats(string)

Gets an issue model's statistics.

Declaration
public virtual ProjectsResource.LocationsResource.IssueModelsResource.CalculateIssueModelStatsRequest CalculateIssueModelStats(string issueModel)
Parameters
Type Name Description
string issueModel

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

Returns
Type Description
ProjectsResource.LocationsResource.IssueModelsResource.CalculateIssueModelStatsRequest

Create(GoogleCloudContactcenterinsightsV1IssueModel, string)

Creates an issue model.

Declaration
public virtual ProjectsResource.LocationsResource.IssueModelsResource.CreateRequest Create(GoogleCloudContactcenterinsightsV1IssueModel body, string parent)
Parameters
Type Name Description
GoogleCloudContactcenterinsightsV1IssueModel body

The body of the request.

string parent

Required. The parent resource of the issue model.

Returns
Type Description
ProjectsResource.LocationsResource.IssueModelsResource.CreateRequest

Delete(string)

Deletes an issue model.

Declaration
public virtual ProjectsResource.LocationsResource.IssueModelsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the issue model to delete.

Returns
Type Description
ProjectsResource.LocationsResource.IssueModelsResource.DeleteRequest

Deploy(GoogleCloudContactcenterinsightsV1DeployIssueModelRequest, string)

Deploys an issue model. Returns an error if a model is already deployed. An issue model can only be used in analysis after it has been deployed.

Declaration
public virtual ProjectsResource.LocationsResource.IssueModelsResource.DeployRequest Deploy(GoogleCloudContactcenterinsightsV1DeployIssueModelRequest body, string name)
Parameters
Type Name Description
GoogleCloudContactcenterinsightsV1DeployIssueModelRequest body

The body of the request.

string name

Required. The issue model to deploy.

Returns
Type Description
ProjectsResource.LocationsResource.IssueModelsResource.DeployRequest

Export(GoogleCloudContactcenterinsightsV1ExportIssueModelRequest, string)

Exports an issue model to the provided destination.

Declaration
public virtual ProjectsResource.LocationsResource.IssueModelsResource.ExportRequest Export(GoogleCloudContactcenterinsightsV1ExportIssueModelRequest body, string name)
Parameters
Type Name Description
GoogleCloudContactcenterinsightsV1ExportIssueModelRequest body

The body of the request.

string name

Required. The issue model to export.

Returns
Type Description
ProjectsResource.LocationsResource.IssueModelsResource.ExportRequest

Get(string)

Gets an issue model.

Declaration
public virtual ProjectsResource.LocationsResource.IssueModelsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the issue model to get.

Returns
Type Description
ProjectsResource.LocationsResource.IssueModelsResource.GetRequest

Import(GoogleCloudContactcenterinsightsV1ImportIssueModelRequest, string)

Imports an issue model from a Cloud Storage bucket.

Declaration
public virtual ProjectsResource.LocationsResource.IssueModelsResource.ImportRequest Import(GoogleCloudContactcenterinsightsV1ImportIssueModelRequest body, string parent)
Parameters
Type Name Description
GoogleCloudContactcenterinsightsV1ImportIssueModelRequest body

The body of the request.

string parent

Required. The parent resource of the issue model.

Returns
Type Description
ProjectsResource.LocationsResource.IssueModelsResource.ImportRequest

List(string)

Lists issue models.

Declaration
public virtual ProjectsResource.LocationsResource.IssueModelsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent resource of the issue model.

Returns
Type Description
ProjectsResource.LocationsResource.IssueModelsResource.ListRequest

Patch(GoogleCloudContactcenterinsightsV1IssueModel, string)

Updates an issue model.

Declaration
public virtual ProjectsResource.LocationsResource.IssueModelsResource.PatchRequest Patch(GoogleCloudContactcenterinsightsV1IssueModel body, string name)
Parameters
Type Name Description
GoogleCloudContactcenterinsightsV1IssueModel body

The body of the request.

string name

Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}

Returns
Type Description
ProjectsResource.LocationsResource.IssueModelsResource.PatchRequest

Undeploy(GoogleCloudContactcenterinsightsV1UndeployIssueModelRequest, string)

Undeploys an issue model. An issue model can not be used in analysis after it has been undeployed.

Declaration
public virtual ProjectsResource.LocationsResource.IssueModelsResource.UndeployRequest Undeploy(GoogleCloudContactcenterinsightsV1UndeployIssueModelRequest body, string name)
Parameters
Type Name Description
GoogleCloudContactcenterinsightsV1UndeployIssueModelRequest body

The body of the request.

string name

Required. The issue model to undeploy.

Returns
Type Description
ProjectsResource.LocationsResource.IssueModelsResource.UndeployRequest
In this article
Back to top Generated by DocFX