Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1Note

The conversation assessment note resource.

Inheritance
object
GoogleCloudContactcenterinsightsV1Note
Implements
IDirectResponseSchema
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.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1Note : IDirectResponseSchema

Properties

AssessmentNote

The note is associated to the entire parent assessment.

Declaration
[JsonProperty("assessmentNote")]
public virtual GoogleCloudContactcenterinsightsV1NoteAssessmentNote AssessmentNote { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1NoteAssessmentNote

Content

The note content.

Declaration
[JsonProperty("content")]
public virtual string Content { get; set; }
Property Value
Type Description
string

ConversationTurnNote

The note is associated with a conversation turn.

Declaration
[JsonProperty("conversationTurnNote")]
public virtual GoogleCloudContactcenterinsightsV1NoteConversationTurnNote ConversationTurnNote { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1NoteConversationTurnNote

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. The time at which the note was created.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Identifier. The resource name of the note. Format: projects/{project}/locations/{location}/conversations/{conversation}/assessments/{assessment}/notes/{note}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

NoteCreator

Output only. The user that created the note.

Declaration
[JsonProperty("noteCreator")]
public virtual GoogleCloudContactcenterinsightsV1UserInfo NoteCreator { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1UserInfo

QaQuestionNote

The note is associated with a QA question in one of the conversation's scorecard results.

Declaration
[JsonProperty("qaQuestionNote")]
public virtual GoogleCloudContactcenterinsightsV1NoteQaQuestionNote QaQuestionNote { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1NoteQaQuestionNote

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Output only. The time at which the note was last updated.

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX