Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ContactCentersResource

The "contactCenters" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ContactCentersResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CCAIPlatform.v1alpha1
Assembly: Google.Apis.CCAIPlatform.v1alpha1.dll
Syntax
public class ProjectsResource.LocationsResource.ContactCentersResource

Constructors

ContactCentersResource(IClientService)

Constructs a new resource.

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

Methods

Create(ContactCenter, string)

Creates a new ContactCenter in a given project and location.

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

The body of the request.

string parent

Required. Value for parent.

Returns
Type Description
ProjectsResource.LocationsResource.ContactCentersResource.CreateRequest

Delete(string)

Deletes a single ContactCenter.

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

Required. Name of the resource

Returns
Type Description
ProjectsResource.LocationsResource.ContactCentersResource.DeleteRequest

Get(string)

Gets details of a single ContactCenter.

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

Required. Name of the resource

Returns
Type Description
ProjectsResource.LocationsResource.ContactCentersResource.GetRequest

List(string)

Lists ContactCenters in a given project and location.

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

Required. Parent value for ListContactCentersRequest

Returns
Type Description
ProjectsResource.LocationsResource.ContactCentersResource.ListRequest

Patch(ContactCenter, string)

Updates the parameters of a single ContactCenter.

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

The body of the request.

string name

name of resource

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