Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::ExportTestCasesResponse.
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_uriis 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_uriis specified in ExportTestCasesRequest.
    Returns
    
- 
        (::String) — The URI to a file containing the exported test cases. This field is
populated only if gcs_uriis specified in ExportTestCasesRequest.