Class ProjectsResource.LocationsResource
The "locations" collection of methods.
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class ProjectsResource.LocationsResource
Constructors
LocationsResource(IClientService)
Constructs a new resource.
Declaration
public LocationsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Conversations
Gets the Conversations resource.
Declaration
public virtual ProjectsResource.LocationsResource.ConversationsResource Conversations { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.ConversationsResource |
EncryptionSpec
Gets the EncryptionSpec resource.
Declaration
public virtual ProjectsResource.LocationsResource.EncryptionSpecResource EncryptionSpec { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.EncryptionSpecResource |
Insightsdata
Gets the Insightsdata resource.
Declaration
public virtual ProjectsResource.LocationsResource.InsightsdataResource Insightsdata { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.InsightsdataResource |
IssueModels
Gets the IssueModels resource.
Declaration
public virtual ProjectsResource.LocationsResource.IssueModelsResource IssueModels { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.IssueModelsResource |
Operations
Gets the Operations resource.
Declaration
public virtual ProjectsResource.LocationsResource.OperationsResource Operations { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.OperationsResource |
PhraseMatchers
Gets the PhraseMatchers resource.
Declaration
public virtual ProjectsResource.LocationsResource.PhraseMatchersResource PhraseMatchers { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.PhraseMatchersResource |
Views
Gets the Views resource.
Declaration
public virtual ProjectsResource.LocationsResource.ViewsResource Views { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.ViewsResource |
Methods
GetEncryptionSpec(string)
Gets location-level encryption key specification.
Declaration
public virtual ProjectsResource.LocationsResource.GetEncryptionSpecRequest GetEncryptionSpec(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the encryption spec resource to get. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.GetEncryptionSpecRequest |
GetSettings(string)
Gets project-level settings.
Declaration
public virtual ProjectsResource.LocationsResource.GetSettingsRequest GetSettings(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the settings resource to get. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.GetSettingsRequest |
UpdateSettings(GoogleCloudContactcenterinsightsV1Settings, string)
Updates project-level settings.
Declaration
public virtual ProjectsResource.LocationsResource.UpdateSettingsRequest UpdateSettings(GoogleCloudContactcenterinsightsV1Settings body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudContactcenterinsightsV1Settings | body | The body of the request. |
string | name | Immutable. The resource name of the settings resource. Format: projects/{project}/locations/{location}/settings |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.UpdateSettingsRequest |