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
IMessage<ListPhraseMatchersResponse>, IEquatable<ListPhraseMatchersResponse>, IDeepCloneable<ListPhraseMatchersResponse>, IBufferMessage, IMessage, IPageResponse<PhraseMatcher>, IEnumerable<PhraseMatcher>, 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 |
RepeatedField<PhraseMatcher> |
Methods
GetEnumerator()
public IEnumerator<PhraseMatcher> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<PhraseMatcher> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |