Lines Matching refs:params
46 $params = ['parent' => $parent, 'postBody' => $postBody];
47 $params = array_merge($params, $optParams);
48 return $this->call('create', [$params], GoogleCloudContactcenterinsightsV1PhraseMatcher::class);
59 $params = ['name' => $name];
60 $params = array_merge($params, $optParams);
61 return $this->call('delete', [$params], GoogleProtobufEmpty::class);
72 $params = ['name' => $name];
73 $params = array_merge($params, $optParams);
74 return $this->call('get', [$params], GoogleCloudContactcenterinsightsV1PhraseMatcher::class);
96 $params = ['parent' => $parent];
97 $params = array_merge($params, $optParams);
98 …return $this->call('list', [$params], GoogleCloudContactcenterinsightsV1ListPhraseMatchersResponse…
113 $params = ['name' => $name, 'postBody' => $postBody];
114 $params = array_merge($params, $optParams);
115 return $this->call('patch', [$params], GoogleCloudContactcenterinsightsV1PhraseMatcher::class);