Contact Center AI Insights v1 API - Class ListPhraseMatchersRequest (2.14.0)

public sealed class ListPhraseMatchersRequest : IMessage<ListPhraseMatchersRequest>, IEquatable<ListPhraseMatchersRequest>, IDeepCloneable<ListPhraseMatchersRequest>, IBufferMessage, IMessage, IPageRequest

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

Request to list phrase matchers.

Inheritance

object > ListPhraseMatchersRequest

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

ListPhraseMatchersRequest()

public ListPhraseMatchersRequest()

ListPhraseMatchersRequest(ListPhraseMatchersRequest)

public ListPhraseMatchersRequest(ListPhraseMatchersRequest other)
Parameter
NameDescription
otherListPhraseMatchersRequest

Properties

Filter

public string Filter { get; set; }

A filter to reduce results to a specific subset. Useful for querying phrase matchers with specific properties.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

The maximum number of phrase matchers to return in the response. If this value is zero, the service will select a default size. A call might return fewer objects than requested. A non-empty next_page_token in the response indicates that more data is available.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

The value returned by the last ListPhraseMatchersResponse. This value indicates that this is a continuation of a prior ListPhraseMatchers call and that the system should return the next page of data.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The parent resource of the phrase matcher.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName