Class: Google::Cloud::Dialogflow::CX::V3::Deployment::Result
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::Deployment::Result
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/deployment.rb
Overview
Result of the deployment.
Instance Attribute Summary collapse
-
#deployment_test_results ⇒ ::Array<::String>
Results of test cases running before the deployment.
-
#experiment ⇒ ::String
The name of the experiment triggered by this deployment.
Instance Attribute Details
#deployment_test_results ⇒ ::Array<::String>
Returns Results of test cases running before the deployment.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>/results/<TestCaseResultID>
.
66 67 68 69 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/deployment.rb', line 66 class Result include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#experiment ⇒ ::String
Returns The name of the experiment triggered by this deployment.
Format:
projects/
66 67 68 69 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/deployment.rb', line 66 class Result include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |