Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1alpha1DiagnoseConversationsResponse

The response from a DiagnoseConversations request.

Inheritance
object
GoogleCloudContactcenterinsightsV1alpha1DiagnoseConversationsResponse
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.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1DiagnoseConversationsResponse : 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<GoogleCloudContactcenterinsightsV1alpha1SherlockStep> FullTrajectorySteps { get; set; }
Property Value
Type Description
IList<GoogleCloudContactcenterinsightsV1alpha1SherlockStep>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX