Class Google::Cloud::Dialogflow::CX::V3::ExportTestCasesResponse (v0.6.0)

The response message for TestCases.ExportTestCases.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#content

def content() -> ::String
Returns
  • (::String) — Uncompressed raw byte content for test cases.

#content=

def content=(value) -> ::String
Parameter
  • value (::String) — Uncompressed raw byte content for test cases.
Returns
  • (::String) — Uncompressed raw byte content for test cases.

#gcs_uri

def gcs_uri() -> ::String
Returns
  • (::String) — The URI to a file containing the exported test cases. This field is populated only if gcs_uri is specified in ExportTestCasesRequest.

#gcs_uri=

def gcs_uri=(value) -> ::String
Parameter
  • value (::String) — The URI to a file containing the exported test cases. This field is populated only if gcs_uri is specified in ExportTestCasesRequest.
Returns
  • (::String) — The URI to a file containing the exported test cases. This field is populated only if gcs_uri is specified in ExportTestCasesRequest.