Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::ExportTestCasesRequest (v0.8.1)

Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::ExportTestCasesRequest.

The request message for TestCases.ExportTestCases.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#data_format

def data_format() -> ::Google::Cloud::Dialogflow::CX::V3::ExportTestCasesRequest::DataFormat
Returns

#data_format=

def data_format=(value) -> ::Google::Cloud::Dialogflow::CX::V3::ExportTestCasesRequest::DataFormat
Parameter
Returns

#filter

def filter() -> ::String
Returns
  • (::String) —

    The filter expression used to filter exported test cases, see API Filtering. The expression is case insensitive and supports the following syntax:

    name =

    For example:

    • "name = t1 OR name = t2" matches the test case with the exact resource name "t1" or "t2".

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) —

    The filter expression used to filter exported test cases, see API Filtering. The expression is case insensitive and supports the following syntax:

    name =

    For example:

    • "name = t1 OR name = t2" matches the test case with the exact resource name "t1" or "t2".
Returns
  • (::String) —

    The filter expression used to filter exported test cases, see API Filtering. The expression is case insensitive and supports the following syntax:

    name =

    For example:

    • "name = t1 OR name = t2" matches the test case with the exact resource name "t1" or "t2".

#gcs_uri

def gcs_uri() -> ::String
Returns
  • (::String) — The Google Cloud Storage URI to export the test cases to. The format of this URI must be gs://<bucket-name>/<object-name>. If unspecified, the serialized test cases is returned inline.

    Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write permissions for the object. For more information, see Dialogflow access control.

#gcs_uri=

def gcs_uri=(value) -> ::String
Parameter
  • value (::String) — The Google Cloud Storage URI to export the test cases to. The format of this URI must be gs://<bucket-name>/<object-name>. If unspecified, the serialized test cases is returned inline.

    Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write permissions for the object. For more information, see Dialogflow access control.

Returns
  • (::String) — The Google Cloud Storage URI to export the test cases to. The format of this URI must be gs://<bucket-name>/<object-name>. If unspecified, the serialized test cases is returned inline.

    Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write permissions for the object. For more information, see Dialogflow access control.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The agent where to export test cases from. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The agent where to export test cases from. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.
Returns
  • (::String) — Required. The agent where to export test cases from. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.