Contact Center AI Insights v1 API - Class ListIssuesResponse (2.8.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
NameDescription
otherListIssuesResponse

Properties

Issues

public RepeatedField<Issue> Issues { get; }

The issues that match the request.

Property Value
TypeDescription
RepeatedFieldIssue