Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource

The "assessments" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource
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.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource

Constructors

AssessmentsResource(IClientService)

Constructs a new resource.

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

Properties

Notes

Gets the Notes resource.

Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.NotesResource Notes { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.NotesResource

Methods

Appeal(GoogleCloudContactcenterinsightsV1AppealAssessmentRequest, string)

Appeal an Assessment.

Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.AppealRequest Appeal(GoogleCloudContactcenterinsightsV1AppealAssessmentRequest body, string name)
Parameters
Type Name Description
GoogleCloudContactcenterinsightsV1AppealAssessmentRequest body

The body of the request.

string name

Required. The name of the assessment to appeal.

Returns
Type Description
ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.AppealRequest

Create(GoogleCloudContactcenterinsightsV1Assessment, string)

Create Assessment.

Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.CreateRequest Create(GoogleCloudContactcenterinsightsV1Assessment body, string parent)
Parameters
Type Name Description
GoogleCloudContactcenterinsightsV1Assessment body

The body of the request.

string parent

Required. The parent resource of the assessment.

Returns
Type Description
ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.CreateRequest

Delete(string)

Delete an Assessment.

Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the assessment to delete.

Returns
Type Description
ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.DeleteRequest

Finalize(GoogleCloudContactcenterinsightsV1FinalizeAssessmentRequest, string)

Finalize an Assessment.

Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.FinalizeRequest Finalize(GoogleCloudContactcenterinsightsV1FinalizeAssessmentRequest body, string name)
Parameters
Type Name Description
GoogleCloudContactcenterinsightsV1FinalizeAssessmentRequest body

The body of the request.

string name

Required. The name of the assessment to finalize.

Returns
Type Description
ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.FinalizeRequest

Get(string)

Get Assessment.

Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the assessment to get.

Returns
Type Description
ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.GetRequest

List(string)

List Assessments.

Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent resource of the assessments. To list all assessments in a location, substitute the conversation ID with a '-' character.

Returns
Type Description
ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.ListRequest

Publish(GoogleCloudContactcenterinsightsV1PublishAssessmentRequest, string)

Publish an Assessment.

Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.PublishRequest Publish(GoogleCloudContactcenterinsightsV1PublishAssessmentRequest body, string name)
Parameters
Type Name Description
GoogleCloudContactcenterinsightsV1PublishAssessmentRequest body

The body of the request.

string name

Required. The name of the assessment to publish.

Returns
Type Description
ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.PublishRequest
In this article
Back to top Generated by DocFX