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- 
        (::String) — Uncompressed raw byte content for test cases.Note: The following fields are mutually exclusive: content,gcs_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.
#content=
def content=(value) -> ::String- 
        value (::String) — Uncompressed raw byte content for test cases.Note: The following fields are mutually exclusive: content,gcs_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.
- 
        (::String) — Uncompressed raw byte content for test cases.Note: The following fields are mutually exclusive: content,gcs_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.
#gcs_uri
def gcs_uri() -> ::String- 
        (::String) — The URI to a file containing the exported test cases. This field is
 populated only if gcs_uriis specified in ExportTestCasesRequest.Note: The following fields are mutually exclusive: gcs_uri,content. If a field in that set is populated, all other fields in the set will automatically be cleared.
#gcs_uri=
def gcs_uri=(value) -> ::String- 
        value (::String) — The URI to a file containing the exported test cases. This field is
 populated only if gcs_uriis specified in ExportTestCasesRequest.Note: The following fields are mutually exclusive: gcs_uri,content. If a field in that set is populated, all other fields in the set will automatically be cleared.
- 
        (::String) — The URI to a file containing the exported test cases. This field is
 populated only if gcs_uriis specified in ExportTestCasesRequest.Note: The following fields are mutually exclusive: gcs_uri,content. If a field in that set is populated, all other fields in the set will automatically be cleared.