Class ProjectsResource.LocationsResource.PhraseMatchersResource
The "phraseMatchers" collection of methods.
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class ProjectsResource.LocationsResource.PhraseMatchersResource
Constructors
PhraseMatchersResource(IClientService)
Constructs a new resource.
Declaration
public PhraseMatchersResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(GoogleCloudContactcenterinsightsV1PhraseMatcher, string)
Creates a phrase matcher.
Declaration
public virtual ProjectsResource.LocationsResource.PhraseMatchersResource.CreateRequest Create(GoogleCloudContactcenterinsightsV1PhraseMatcher body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudContactcenterinsightsV1PhraseMatcher | body | The body of the request. |
string | parent | Required. The parent resource of the phrase matcher. Required. The location to create a phrase
matcher for. Format: |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.PhraseMatchersResource.CreateRequest |
Delete(string)
Deletes a phrase matcher.
Declaration
public virtual ProjectsResource.LocationsResource.PhraseMatchersResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the phrase matcher to delete. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.PhraseMatchersResource.DeleteRequest |
Get(string)
Gets a phrase matcher.
Declaration
public virtual ProjectsResource.LocationsResource.PhraseMatchersResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the phrase matcher to get. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.PhraseMatchersResource.GetRequest |
List(string)
Lists phrase matchers.
Declaration
public virtual ProjectsResource.LocationsResource.PhraseMatchersResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The parent resource of the phrase matcher. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.PhraseMatchersResource.ListRequest |
Patch(GoogleCloudContactcenterinsightsV1PhraseMatcher, string)
Updates a phrase matcher.
Declaration
public virtual ProjectsResource.LocationsResource.PhraseMatchersResource.PatchRequest Patch(GoogleCloudContactcenterinsightsV1PhraseMatcher body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudContactcenterinsightsV1PhraseMatcher | body | The body of the request. |
string | name | The resource name of the phrase matcher. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher} |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.PhraseMatchersResource.PatchRequest |