Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::ImportTestCasesResponse.
The response message for TestCases.ImportTestCases.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#names
def names() -> ::Array<::String>
    Returns
    
  - 
        (::Array<::String>) — The unique identifiers of the new test cases.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>.
#names=
def names=(value) -> ::Array<::String>
    Parameter
    
  - 
        value (::Array<::String>) — The unique identifiers of the new test cases.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>.
    Returns
    
- 
        (::Array<::String>) — The unique identifiers of the new test cases.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>.