Contact Center AI Insights v1 API - Class UndeployIssueModelRequest (2.1.0)

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

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

The request to undeploy an issue model.

Inheritance

Object > UndeployIssueModelRequest

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

UndeployIssueModelRequest()

public UndeployIssueModelRequest()

UndeployIssueModelRequest(UndeployIssueModelRequest)

public UndeployIssueModelRequest(UndeployIssueModelRequest other)
Parameter
Name Description
other UndeployIssueModelRequest

Properties

IssueModelName

public IssueModelName IssueModelName { get; set; }

IssueModelName-typed view over the Name resource name property.

Property Value
Type Description
IssueModelName

Name

public string Name { get; set; }

Required. The issue model to undeploy.

Property Value
Type Description
String

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.