Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.IssueModelsResource.IssuesResource

The "issues" collection of methods.

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

Constructors

IssuesResource(IClientService)

Constructs a new resource.

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

Methods

Create(GoogleCloudContactcenterinsightsV1Issue, string)

Creates an issue.

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

The body of the request.

string parent

Required. The parent resource of the issue.

Returns
Type Description
ProjectsResource.LocationsResource.IssueModelsResource.IssuesResource.CreateRequest

Delete(string)

Deletes an issue.

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

Required. The name of the issue to delete.

Returns
Type Description
ProjectsResource.LocationsResource.IssueModelsResource.IssuesResource.DeleteRequest

Get(string)

Gets an issue.

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

Required. The name of the issue to get.

Returns
Type Description
ProjectsResource.LocationsResource.IssueModelsResource.IssuesResource.GetRequest

List(string)

Lists issues.

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

Required. The parent resource of the issue.

Returns
Type Description
ProjectsResource.LocationsResource.IssueModelsResource.IssuesResource.ListRequest

Patch(GoogleCloudContactcenterinsightsV1Issue, string)

Updates an issue.

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

The body of the request.

string name

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

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