target.apidocs.com.google.api.services.contactcenterinsights.v1.Contactcenterinsights.Projects.Locations.html Maven / Gradle / Ivy
Contactcenterinsights.Projects.Locations (Contact Center AI Insights API v1-rev20240420-2.0.0)
com.google.api.services.contactcenterinsights.v1
Class Contactcenterinsights.Projects.Locations
- java.lang.Object
-
- com.google.api.services.contactcenterinsights.v1.Contactcenterinsights.Projects.Locations
-
- Enclosing class:
- Contactcenterinsights.Projects
public class Contactcenterinsights.Projects.Locations
extends Object
The "locations" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Contactcenterinsights.Projects.Locations.Conversations
The "conversations" collection of methods.
class
Contactcenterinsights.Projects.Locations.GetSettings
class
Contactcenterinsights.Projects.Locations.Insightsdata
The "insightsdata" collection of methods.
class
Contactcenterinsights.Projects.Locations.IssueModels
The "issueModels" collection of methods.
class
Contactcenterinsights.Projects.Locations.Operations
The "operations" collection of methods.
class
Contactcenterinsights.Projects.Locations.PhraseMatchers
The "phraseMatchers" collection of methods.
class
Contactcenterinsights.Projects.Locations.UpdateSettings
class
Contactcenterinsights.Projects.Locations.Views
The "views" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Locations()
-
Method Summary
-
-
Method Detail
-
getSettings
public Contactcenterinsights.Projects.Locations.GetSettings getSettings(String name)
throws IOException
Gets project-level settings.
Create a request for the method "locations.getSettings".
This request holds the parameters needed by the contactcenterinsights server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.
- Parameters:
name
- Required. The name of the settings resource to get.
- Returns:
- the request
- Throws:
IOException
-
updateSettings
public Contactcenterinsights.Projects.Locations.UpdateSettings updateSettings(String name,
GoogleCloudContactcenterinsightsV1Settings content)
throws IOException
Updates project-level settings.
Create a request for the method "locations.updateSettings".
This request holds the parameters needed by the contactcenterinsights server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.
- Parameters:
name
- Immutable. The resource name of the settings resource. Format:
projects/{project}/locations/{location}/settings
content
- the GoogleCloudContactcenterinsightsV1Settings
- Returns:
- the request
- Throws:
IOException
-
conversations
public Contactcenterinsights.Projects.Locations.Conversations conversations()
An accessor for creating requests from the Conversations collection.
The typical use is:
Contactcenterinsights contactcenterinsights = new Contactcenterinsights(...);
Contactcenterinsights.Conversations.List request = contactcenterinsights.conversations().list(parameters ...)
- Returns:
- the resource collection
-
insightsdata
public Contactcenterinsights.Projects.Locations.Insightsdata insightsdata()
An accessor for creating requests from the Insightsdata collection.
The typical use is:
Contactcenterinsights contactcenterinsights = new Contactcenterinsights(...);
Contactcenterinsights.Insightsdata.List request = contactcenterinsights.insightsdata().list(parameters ...)
- Returns:
- the resource collection
-
issueModels
public Contactcenterinsights.Projects.Locations.IssueModels issueModels()
An accessor for creating requests from the IssueModels collection.
The typical use is:
Contactcenterinsights contactcenterinsights = new Contactcenterinsights(...);
Contactcenterinsights.IssueModels.List request = contactcenterinsights.issueModels().list(parameters ...)
- Returns:
- the resource collection
-
operations
public Contactcenterinsights.Projects.Locations.Operations operations()
An accessor for creating requests from the Operations collection.
The typical use is:
Contactcenterinsights contactcenterinsights = new Contactcenterinsights(...);
Contactcenterinsights.Operations.List request = contactcenterinsights.operations().list(parameters ...)
- Returns:
- the resource collection
-
phraseMatchers
public Contactcenterinsights.Projects.Locations.PhraseMatchers phraseMatchers()
An accessor for creating requests from the PhraseMatchers collection.
The typical use is:
Contactcenterinsights contactcenterinsights = new Contactcenterinsights(...);
Contactcenterinsights.PhraseMatchers.List request = contactcenterinsights.phraseMatchers().list(parameters ...)
- Returns:
- the resource collection
-
views
public Contactcenterinsights.Projects.Locations.Views views()
An accessor for creating requests from the Views collection.
The typical use is:
Contactcenterinsights contactcenterinsights = new Contactcenterinsights(...);
Contactcenterinsights.Views.List request = contactcenterinsights.views().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy