Class: Google::Cloud::Dialogflow::CX::V3::CalculateCoverageResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb

Overview

The response message for TestCases.CalculateCoverage.

Instance Attribute Summary collapse

Instance Attribute Details

#agent::String

Returns The agent to calculate coverage for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.

Returns:

  • (::String)

    The agent to calculate coverage for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.



386
387
388
389
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 386

class CalculateCoverageResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#intent_coverage::Google::Cloud::Dialogflow::CX::V3::IntentCoverage

Returns Intent coverage.

Returns:



386
387
388
389
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 386

class CalculateCoverageResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#route_group_coverage::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroupCoverage

Returns Transition route group coverage.

Returns:



386
387
388
389
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 386

class CalculateCoverageResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#transition_coverage::Google::Cloud::Dialogflow::CX::V3::TransitionCoverage

Returns Transition (excluding transition route groups) coverage.

Returns:



386
387
388
389
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 386

class CalculateCoverageResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end