Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ExportTestCasesResponse.
The response message for TestCases.ExportTestCases .
Generated from protobuf message google.cloud.dialogflow.cx.v3.ExportTestCasesResponse
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ gcs_uri
string
The URI to a file containing the exported test cases. This field is populated only if gcs_uri
is specified in ExportTestCasesRequest
.
↳ content
string
Uncompressed raw byte content for test cases.
getGcsUri
The URI to a file containing the exported test cases. This field is
populated only if gcs_uri
is specified in ExportTestCasesRequest
.
string
hasGcsUri
setGcsUri
The URI to a file containing the exported test cases. This field is
populated only if gcs_uri
is specified in ExportTestCasesRequest
.
var
string
$this
getContent
Uncompressed raw byte content for test cases.
string
hasContent
setContent
Uncompressed raw byte content for test cases.
var
string
$this
getDestination
string