ProjectsLocationsPhraseMatchers
class ProjectsLocationsPhraseMatchers extends Resource (View source)
The "phraseMatchers" collection of methods.
Typical usage is:
$contactcenterinsightsService = new Google\Service\Contactcenterinsights(...);
$phraseMatchers = $contactcenterinsightsService->projects_locations_phraseMatchers;
Methods
create(string $parent, GoogleCloudContactcenterinsightsV1PhraseMatcher $postBody, array $optParams = [])
Creates a phrase matcher. (phraseMatchers.create)
delete(string $name, array $optParams = [])
Deletes a phrase matcher. (phraseMatchers.delete)
get(string $name, array $optParams = [])
Gets a phrase matcher. (phraseMatchers.get)
listProjectsLocationsPhraseMatchers(string $parent, array $optParams = [])
Lists phrase matchers. (phraseMatchers.listProjectsLocationsPhraseMatchers)
patch(string $name, GoogleCloudContactcenterinsightsV1PhraseMatcher $postBody, array $optParams = [])
Updates a phrase matcher. (phraseMatchers.patch)
Details
GoogleCloudContactcenterinsightsV1PhraseMatcher
create(string $parent, GoogleCloudContactcenterinsightsV1PhraseMatcher $postBody, array $optParams = [])
Creates a phrase matcher. (phraseMatchers.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Deletes a phrase matcher. (phraseMatchers.delete)
GoogleCloudContactcenterinsightsV1PhraseMatcher
get(string $name, array $optParams = [])
Gets a phrase matcher. (phraseMatchers.get)
GoogleCloudContactcenterinsightsV1ListPhraseMatchersResponse
listProjectsLocationsPhraseMatchers(string $parent, array $optParams = [])
Lists phrase matchers. (phraseMatchers.listProjectsLocationsPhraseMatchers)
GoogleCloudContactcenterinsightsV1PhraseMatcher
patch(string $name, GoogleCloudContactcenterinsightsV1PhraseMatcher $postBody, array $optParams = [])
Updates a phrase matcher. (phraseMatchers.patch)