Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ImportTestCasesResponse.
The response message for TestCases.ImportTestCases.
Generated from protobuf message google.cloud.dialogflow.cx.v3.ImportTestCasesResponse
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ names |
array
The unique identifiers of the new test cases. Format: |
getNames
The unique identifiers of the new test cases.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/testCases/<TestCase ID>
.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setNames
The unique identifiers of the new test cases.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/testCases/<TestCase ID>
.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |