Class GoogleCloudContactcenterinsightsV1DiagnoseConversationsMetadata
Metadata for a DiagnoseConversations operation.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1DiagnoseConversationsMetadata : IDirectResponseSchema
Properties
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
CreateTimeRaw
Output only. The time the operation was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DiagnosticReport
Output only. The diagnostic report containing metrics and intent breakdowns.
Declaration
[JsonProperty("diagnosticReport")]
public virtual GoogleCloudContactcenterinsightsV1DiagnosticReport DiagnosticReport { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1DiagnosticReport |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndTime
object representation of EndTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")]
public virtual object EndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
EndTimeDateTimeOffset
DateTimeOffset representation of EndTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EndTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
EndTimeRaw
Output only. The time the operation finished running.
Declaration
[JsonProperty("endTime")]
public virtual string EndTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FullReport
Output only. If true, the agent generated a full diagnostic report for all sub-agents.
Declaration
[JsonProperty("fullReport")]
public virtual bool? FullReport { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
LatestStep
Output only. The most recent thought or action from the agent.
Declaration
[JsonProperty("latestStep")]
public virtual GoogleCloudContactcenterinsightsV1SherlockStep LatestStep { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1SherlockStep |
MetricType
Output only. The type of metric being diagnosed.
Declaration
[JsonProperty("metricType")]
public virtual string MetricType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PartialTrajectories
Output only. Deprecated: Use partial_trajectory_steps instead. The intermediate trajectory updates (partial trajectory).
Declaration
[JsonProperty("partialTrajectories")]
public virtual IList<string> PartialTrajectories { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
PartialTrajectorySteps
Output only. The intermediate trajectory updates. This can be used for live progress tracking of the agent's thoughts and actions as it works through the analysis.
Declaration
[JsonProperty("partialTrajectorySteps")]
public virtual IList<GoogleCloudContactcenterinsightsV1SherlockStep> PartialTrajectorySteps { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudContactcenterinsightsV1SherlockStep> |
Request
Output only. The request that created the operation.
Declaration
[JsonProperty("request")]
public virtual GoogleCloudContactcenterinsightsV1DiagnoseConversationsRequest Request { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1DiagnoseConversationsRequest |