Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::RunTestCaseRequest.
The request message for TestCases.RunTestCase.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#environment
def environment() -> ::String
Returns
-
(::String) — Optional. Environment name. If not set, draft environment is assumed.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>
.
#environment=
def environment=(value) -> ::String
Parameter
-
value (::String) — Optional. Environment name. If not set, draft environment is assumed.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>
.
Returns
-
(::String) — Optional. Environment name. If not set, draft environment is assumed.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>
.
#name
def name() -> ::String
Returns
-
(::String) — Required. Format of test case name to run:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. Format of test case name to run:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>
.
Returns
-
(::String) — Required. Format of test case name to run:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>
.