Show / Hide Table of Contents

Class ImportEvaluationsRequest

Request message for EvaluationService.ImportEvaluations.

Inheritance
object
ImportEvaluationsRequest
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.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class ImportEvaluationsRequest : IDirectResponseSchema

Properties

ConversationList

The conversations to import the evaluations from.

Declaration
[JsonProperty("conversationList")]
public virtual ImportEvaluationsRequestConversationList ConversationList { get; set; }
Property Value
Type Description
ImportEvaluationsRequestConversationList

CsvContent

Raw bytes representing the csv file with the evaluations structure.

Declaration
[JsonProperty("csvContent")]
public virtual string CsvContent { 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

GcsUri

The Google Cloud Storage URI from which to import evaluations. The format of this URI must be gs:///.

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

ImportOptions

Optional. Options governing the import process for the evaluations.

Declaration
[JsonProperty("importOptions")]
public virtual ImportEvaluationsRequestImportOptions ImportOptions { get; set; }
Property Value
Type Description
ImportEvaluationsRequestImportOptions

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX