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.
Implements
IMessageListPhraseMatchersResponse, IEquatableListPhraseMatchersResponse, IDeepCloneableListPhraseMatchersResponse, IBufferMessage, IMessage, IPageResponsePhraseMatcher, IEnumerablePhraseMatcher, IEnumerableNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
ListPhraseMatchersResponse()
public ListPhraseMatchersResponse()
ListPhraseMatchersResponse(ListPhraseMatchersResponse)
public ListPhraseMatchersResponse(ListPhraseMatchersResponse other)
Parameter | |
---|---|
Name | Description |
other | ListPhraseMatchersResponse |
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 | |
---|---|
Type | Description |
string |
PhraseMatchers
public RepeatedField<PhraseMatcher> PhraseMatchers { get; }
The phrase matchers that match the request.
Property Value | |
---|---|
Type | Description |
RepeatedFieldPhraseMatcher |
Methods
GetEnumerator()
public IEnumerator<PhraseMatcher> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorPhraseMatcher |