Class: Google::Cloud::Dialogflow::CX::V3::ExportTestCasesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::ExportTestCasesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb
Overview
The response message for TestCases.ExportTestCases.
Instance Attribute Summary collapse
-
#content ⇒ ::String
Uncompressed raw byte content for test cases.
-
#gcs_uri ⇒ ::String
The URI to a file containing the exported test cases.
Instance Attribute Details
#content ⇒ ::String
Returns Uncompressed raw byte content for test cases.
712 713 714 715 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 712 class ExportTestCasesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcs_uri ⇒ ::String
Returns The URI to a file containing the exported test cases. This field is
populated only if gcs_uri
is specified in
ExportTestCasesRequest.
712 713 714 715 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 712 class ExportTestCasesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |