Class ServiceCollectionExtensions (2.0.0)

public static class ServiceCollectionExtensions

Static class to provide extension methods to configure API clients.

Inheritance

Object > ServiceCollectionExtensions

Namespace

Microsoft.Extensions.DependencyInjection

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Methods

AddContactCenterInsightsClient(IServiceCollection, Action<ContactCenterInsightsClientBuilder>)

public static IServiceCollection AddContactCenterInsightsClient(this IServiceCollection services, Action<ContactCenterInsightsClientBuilder> action = null)

Adds a singleton ContactCenterInsightsClient to services.

Parameters
Name Description
services IServiceCollection

The service collection to add the client to. The services are used to configure the client when requested.

action Action<ContactCenterInsightsClientBuilder>

An optional action to invoke on the client builder. This is invoked before services from services are used.

Returns
Type Description
IServiceCollection

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.