ProjectsLocationsPhraseMatchersResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(GoogleCloudContactcenterinsightsV1PhraseMatcher request, String parent, {String? $fields})
→ Future<GoogleCloudContactcenterinsightsV1PhraseMatcher>
-
Creates a phrase matcher.
-
delete(String name, {String? $fields})
→ Future<GoogleProtobufEmpty>
-
Deletes a phrase matcher.
-
get(String name, {String? $fields})
→ Future<GoogleCloudContactcenterinsightsV1PhraseMatcher>
-
Gets a phrase matcher.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudContactcenterinsightsV1ListPhraseMatchersResponse>
-
Lists phrase matchers.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudContactcenterinsightsV1PhraseMatcher request, String name, {String? updateMask, String? $fields})
→ Future<GoogleCloudContactcenterinsightsV1PhraseMatcher>
-
Updates a phrase matcher.
-
toString()
→ String
-
A string representation of this object.
inherited