Class OptimizationConfig
Configuration for running the optimization step after the evaluation run.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class OptimizationConfig : IDirectResponseSchema
Properties
AssistantSession
Output only. The assistant session to use for the optimization based on this evaluation run. Format:
projects/{project}/locations/{location}/apps/{app}/assistantSessions/{assistantSession}
Declaration
[JsonProperty("assistantSession")]
public virtual string AssistantSession { 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 |
ErrorMessage
Output only. The error message if the optimization run failed.
Declaration
[JsonProperty("errorMessage")]
public virtual string ErrorMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GenerateLossReport
Optional. Whether to generate a loss report.
Declaration
[JsonProperty("generateLossReport")]
public virtual bool? GenerateLossReport { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
LossReport
Output only. The generated loss report.
Declaration
[JsonProperty("lossReport")]
public virtual IDictionary<string, object> LossReport { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, object> |
ReportSummary
Output only. The summary of the loss report.
Declaration
[JsonProperty("reportSummary")]
public virtual string ReportSummary { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ShouldSuggestFix
Output only. Whether to suggest a fix for the losses.
Declaration
[JsonProperty("shouldSuggestFix")]
public virtual bool? ShouldSuggestFix { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Status
Output only. The status of the optimization run.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |