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