Class ListPhraseMatchersResponse (1.4.4)

ListPhraseMatchersResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The response of listing phrase matchers.

Attributes

NameDescription
phrase_matchers Sequence[google.cloud.contact_center_insights_v1.types.PhraseMatcher]
The phrase matchers that match the request.
next_page_token str
A token, which can be sent as ``page_token`` to retrieve the next page. If this field is omitted, there are no subsequent pages.

Inheritance

builtins.object > proto.message.Message > ListPhraseMatchersResponse