Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::BatchRunTestCasesRequest.
The request message for TestCases.BatchRunTestCases.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#environment
def environment() -> ::String Returns
- (::String) — Optional. If not set, draft environment is assumed. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>.
#environment=
def environment=(value) -> ::String Parameter
- value (::String) — Optional. If not set, draft environment is assumed. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>.
Returns
- (::String) — Optional. If not set, draft environment is assumed. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>.
#parent
def parent() -> ::String Returns
- (::String) — Required. Agent name. Format:
projects/<Project ID>/locations/<Location ID>/agents/ <AgentID>.
#parent=
def parent=(value) -> ::String Parameter
- value (::String) — Required. Agent name. Format:
projects/<Project ID>/locations/<Location ID>/agents/ <AgentID>.
Returns
- (::String) — Required. Agent name. Format:
projects/<Project ID>/locations/<Location ID>/agents/ <AgentID>.
#test_cases
def test_cases() -> ::Array<::String> Returns
- (::Array<::String>) — Required. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/<TestCase ID>.
#test_cases=
def test_cases=(value) -> ::Array<::String> Parameter
- value (::Array<::String>) — Required. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/<TestCase ID>.
Returns
- (::Array<::String>) — Required. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/<TestCase ID>.