Class GoogleCloudContactcenterinsightsV1Diagnostic
The diagnostic resource.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1Diagnostic : IDirectResponseSchema
Properties
AnalysisSummary
Output only. The complete sequence of thoughts and actions taken by the agent.
Declaration
[JsonProperty("analysisSummary")]
public virtual string AnalysisSummary { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ConversationFilter
Output only. The filter used to select the conversations that were included in the diagnostic.
Declaration
[JsonProperty("conversationFilter")]
public virtual string ConversationFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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 at which the diagnostic was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { 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 |
Name
Immutable. Identifier. The resource name of the diagnostic.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Report
Output only. The report containing the findings of the diagnostic.
Declaration
[JsonProperty("report")]
public virtual GoogleCloudContactcenterinsightsV1DiagnosticReport Report { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1DiagnosticReport |