Contact Center AI Insights v1 API - Class ListPhraseMatchersResponse (2.8.0)

public sealed class ListPhraseMatchersResponse : IMessage<ListPhraseMatchersResponse>, IEquatable<ListPhraseMatchersResponse>, IDeepCloneable<ListPhraseMatchersResponse>, IBufferMessage, IMessage, IPageResponse<PhraseMatcher>, IEnumerable<PhraseMatcher>, IEnumerable

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

The response of listing phrase matchers.

Inheritance

object > ListPhraseMatchersResponse

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

ListPhraseMatchersResponse()

public ListPhraseMatchersResponse()

ListPhraseMatchersResponse(ListPhraseMatchersResponse)

public ListPhraseMatchersResponse(ListPhraseMatchersResponse other)
Parameter
NameDescription
otherListPhraseMatchersResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
TypeDescription
string

PhraseMatchers

public RepeatedField<PhraseMatcher> PhraseMatchers { get; }

The phrase matchers that match the request.

Property Value
TypeDescription
RepeatedFieldPhraseMatcher

Methods

GetEnumerator()

public IEnumerator<PhraseMatcher> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorPhraseMatcher