Class GoogleCloudContactcenterinsightsV1mainDiagnoseConversationsResponse
The response from a DiagnoseConversations request.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1mainDiagnoseConversationsResponse : IDirectResponseSchema
Properties
Answer
Output only. The final, high-level answer or diagnostic summary returned by the Sherlock worker.
Declaration
[JsonProperty("answer")]
public virtual string Answer { 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 |
ExportUri
Output only. If an external destination was requested, the URI of the exported data.
Declaration
[JsonProperty("exportUri")]
public virtual string ExportUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FullTrajectories
Output only. Deprecated: Use full_trajectory_steps instead. The complete sequence of thoughts and actions (full trajectory).
Declaration
[JsonProperty("fullTrajectories")]
public virtual IList<string> FullTrajectories { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
FullTrajectorySteps
Output only. The complete sequence of thoughts and actions taken by the agent.
Declaration
[JsonProperty("fullTrajectorySteps")]
public virtual IList<GoogleCloudContactcenterinsightsV1mainSherlockStep> FullTrajectorySteps { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudContactcenterinsightsV1mainSherlockStep> |