Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1DiagnosticReportConversationSlice

Output only. A map of conversation slices used in the report.

Inheritance
object
GoogleCloudContactcenterinsightsV1DiagnosticReportConversationSlice
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 GoogleCloudContactcenterinsightsV1DiagnosticReportConversationSlice : IDirectResponseSchema

Properties

ConversationIds

The list of conversation IDs that match this slice.

Declaration
[JsonProperty("conversationIds")]
public virtual IList<string> ConversationIds { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX