Contact Center AI Insights v1 API - Class CreateIssueModelMetadata (2.20.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
Name Description
other CreateIssueModelMetadata

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time the operation was created.

Property Value
Type Description
Timestamp

EndTime

public Timestamp EndTime { get; set; }

Output only. The time the operation finished running.

Property Value
Type Description
Timestamp

Request

public CreateIssueModelRequest Request { get; set; }

The original request for creation.

Property Value
Type Description
CreateIssueModelRequest

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.