Google Cloud Dialogflow Cx V3 Client - Class ExportTestCasesResponse (0.1.1)

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 \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Returns
TypeDescription
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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getContent

Uncompressed raw byte content for test cases.

Returns
TypeDescription
string

hasContent

setContent

Uncompressed raw byte content for test cases.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDestination

Returns
TypeDescription
string