Class: Google::Cloud::Dialogflow::CX::V3::Deployment::Result

Inherits:
Object
  • Object
show all
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

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>.

Returns:

  • (::Array<::String>)

    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//locations//agents//environments//experiments/.

Returns:

  • (::String)

    The name of the experiment triggered by this deployment. Format: projects//locations//agents//environments//experiments/.



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