Contact Center AI Insights v1 API - Class GetSettingsRequest (2.16.0)

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

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

The request to get project-level settings.

Inheritance

object > GetSettingsRequest

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

GetSettingsRequest()

public GetSettingsRequest()

GetSettingsRequest(GetSettingsRequest)

public GetSettingsRequest(GetSettingsRequest other)
Parameter
Name Description
other GetSettingsRequest

Properties

Name

public string Name { get; set; }

Required. The name of the settings resource to get.

Property Value
Type Description
string

SettingsName

public SettingsName SettingsName { get; set; }

SettingsName-typed view over the Name resource name property.

Property Value
Type Description
SettingsName

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.