target.apidocs.com.google.api.services.contactcenterinsights.v1.Contactcenterinsights.Projects.Locations.Conversations.Analyses.html Maven / Gradle / Ivy
Contactcenterinsights.Projects.Locations.Conversations.Analyses (Contact Center AI Insights API v1-rev20240420-2.0.0)
com.google.api.services.contactcenterinsights.v1
Class Contactcenterinsights.Projects.Locations.Conversations.Analyses
- java.lang.Object
-
- com.google.api.services.contactcenterinsights.v1.Contactcenterinsights.Projects.Locations.Conversations.Analyses
-
- Enclosing class:
- Contactcenterinsights.Projects.Locations.Conversations
public class Contactcenterinsights.Projects.Locations.Conversations.Analyses
extends Object
The "analyses" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Contactcenterinsights.Projects.Locations.Conversations.Analyses.Create
class
Contactcenterinsights.Projects.Locations.Conversations.Analyses.Delete
class
Contactcenterinsights.Projects.Locations.Conversations.Analyses.Get
class
Contactcenterinsights.Projects.Locations.Conversations.Analyses.List
-
Constructor Summary
Constructors
Constructor and Description
Analyses()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Contactcenterinsights.Projects.Locations.Conversations.Analyses.Create
create(String parent,
GoogleCloudContactcenterinsightsV1Analysis content)
Creates an analysis.
Contactcenterinsights.Projects.Locations.Conversations.Analyses.Delete
delete(String name)
Deletes an analysis.
Contactcenterinsights.Projects.Locations.Conversations.Analyses.Get
get(String name)
Gets an analysis.
Contactcenterinsights.Projects.Locations.Conversations.Analyses.List
list(String parent)
Lists analyses.
-
-
Method Detail
-
create
public Contactcenterinsights.Projects.Locations.Conversations.Analyses.Create create(String parent,
GoogleCloudContactcenterinsightsV1Analysis content)
throws IOException
Creates an analysis. The long running operation is done when the analysis has completed.
Create a request for the method "analyses.create".
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:
parent
- Required. The parent resource of the analysis.
content
- the GoogleCloudContactcenterinsightsV1Analysis
- Returns:
- the request
- Throws:
IOException
-
delete
public Contactcenterinsights.Projects.Locations.Conversations.Analyses.Delete delete(String name)
throws IOException
Deletes an analysis.
Create a request for the method "analyses.delete".
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 analysis to delete.
- Returns:
- the request
- Throws:
IOException
-
get
public Contactcenterinsights.Projects.Locations.Conversations.Analyses.Get get(String name)
throws IOException
Gets an analysis.
Create a request for the method "analyses.get".
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 analysis to get.
- Returns:
- the request
- Throws:
IOException
-
list
public Contactcenterinsights.Projects.Locations.Conversations.Analyses.List list(String parent)
throws IOException
Lists analyses.
Create a request for the method "analyses.list".
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:
parent
- Required. The parent resource of the analyses.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy