target.apidocs.com.google.api.services.dialogflow.v3.Dialogflow.Projects.Locations.Agents.TestCases.Results.html Maven / Gradle / Ivy
The newest version!
Dialogflow.Projects.Locations.Agents.TestCases.Results (Dialogflow API v3-rev20240617-2.0.0)
com.google.api.services.dialogflow.v3
Class Dialogflow.Projects.Locations.Agents.TestCases.Results
- java.lang.Object
-
- com.google.api.services.dialogflow.v3.Dialogflow.Projects.Locations.Agents.TestCases.Results
-
- Enclosing class:
- Dialogflow.Projects.Locations.Agents.TestCases
public class Dialogflow.Projects.Locations.Agents.TestCases.Results
extends Object
The "results" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Dialogflow.Projects.Locations.Agents.TestCases.Results.Get
class
Dialogflow.Projects.Locations.Agents.TestCases.Results.List
-
Constructor Summary
Constructors
Constructor and Description
Results()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Dialogflow.Projects.Locations.Agents.TestCases.Results.Get
get(String name)
Gets a test case result.
Dialogflow.Projects.Locations.Agents.TestCases.Results.List
list(String parent)
Fetches the list of run results for the given test case.
-
-
Method Detail
-
get
public Dialogflow.Projects.Locations.Agents.TestCases.Results.Get get(String name)
throws IOException
Gets a test case result.
Create a request for the method "results.get".
This request holds the parameters needed by the dialogflow server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The name of the testcase. Format: `projects//locations//agents//testCases//results/`.
- Returns:
- the request
- Throws:
IOException
-
list
public Dialogflow.Projects.Locations.Agents.TestCases.Results.List list(String parent)
throws IOException
Fetches the list of run results for the given test case. A maximum of 100 results are kept for
each test case.
Create a request for the method "results.list".
This request holds the parameters needed by the dialogflow server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. The test case to list results for. Format: `projects//locations//agents// testCases/`.
Specify a `-` as a wildcard for TestCase ID to list results across multiple test cases.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy