public sealed class ImportEvaluationsRequest : IMessage<ImportEvaluationsRequest>, IEquatable<ImportEvaluationsRequest>, IDeepCloneable<ImportEvaluationsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class ImportEvaluationsRequest.
Request message for [EvaluationService.ImportEvaluations][google.cloud.ces.v1beta.EvaluationService.ImportEvaluations].
Implements
IMessageImportEvaluationsRequest, IEquatableImportEvaluationsRequest, IDeepCloneableImportEvaluationsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
ImportEvaluationsRequest()
public ImportEvaluationsRequest()ImportEvaluationsRequest(ImportEvaluationsRequest)
public ImportEvaluationsRequest(ImportEvaluationsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ImportEvaluationsRequest |
Properties
ConversationList
public ImportEvaluationsRequest.Types.ConversationList ConversationList { get; set; }The conversations to import the evaluations from.
| Property Value | |
|---|---|
| Type | Description |
ImportEvaluationsRequestTypesConversationList |
|
CsvContent
public ByteString CsvContent { get; set; }Raw bytes representing the csv file with the evaluations structure.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|
GcsUri
public string GcsUri { get; set; }The Google Cloud Storage URI
from which to import evaluations. The format of this URI must be
gs://<bucket-name>/<object-name>.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasCsvContent
public bool HasCsvContent { get; }Gets whether the "csv_content" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasGcsUri
public bool HasGcsUri { get; }Gets whether the "gcs_uri" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
ImportOptions
public ImportEvaluationsRequest.Types.ImportOptions ImportOptions { get; set; }Optional. Options governing the import process for the evaluations.
| Property Value | |
|---|---|
| Type | Description |
ImportEvaluationsRequestTypesImportOptions |
|
Parent
public string Parent { get; set; }Required. The app to import the evaluations into.
Format:
projects/{project}/locations/{location}/apps/{app}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsAppName
public AppName ParentAsAppName { get; set; }| Property Value | |
|---|---|
| Type | Description |
AppName |
|
SourceCase
public ImportEvaluationsRequest.SourceOneofCase SourceCase { get; }| Property Value | |
|---|---|
| Type | Description |
ImportEvaluationsRequestSourceOneofCase |
|