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

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

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

The response of listing issues.

Inheritance

Object > ListIssuesResponse

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

ListIssuesResponse()

public ListIssuesResponse()

ListIssuesResponse(ListIssuesResponse)

public ListIssuesResponse(ListIssuesResponse other)
Parameter
Name Description
other ListIssuesResponse

Properties

Issues

public RepeatedField<Issue> Issues { get; }

The issues that match the request.

Property Value
Type Description
RepeatedField<Issue>

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.