Contact Center AI Insights v1 API - Class CreateIssueModelMetadata (2.13.0)

public sealed class CreateIssueModelMetadata : IMessage<CreateIssueModelMetadata>, IEquatable<CreateIssueModelMetadata>, IDeepCloneable<CreateIssueModelMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Contact Center AI Insights v1 API class CreateIssueModelMetadata.

Metadata for creating an issue model.

Inheritance

object > CreateIssueModelMetadata

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

CreateIssueModelMetadata()

public CreateIssueModelMetadata()

CreateIssueModelMetadata(CreateIssueModelMetadata)

public CreateIssueModelMetadata(CreateIssueModelMetadata other)
Parameter
NameDescription
otherCreateIssueModelMetadata

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time the operation was created.

Property Value
TypeDescription
Timestamp

EndTime

public Timestamp EndTime { get; set; }

Output only. The time the operation finished running.

Property Value
TypeDescription
Timestamp

Request

public CreateIssueModelRequest Request { get; set; }

The original request for creation.

Property Value
TypeDescription
CreateIssueModelRequest