Class GoogleCloudContactcenterinsightsV1NoteQaQuestionNote
A note about a QA question.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1NoteQaQuestionNote : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
QaQuestion
The question resource that the note is associated with.
Declaration
[JsonProperty("qaQuestion")]
public virtual string QaQuestion { get; set; }
Property Value
Type | Description |
---|---|
string |