Class: Google::Cloud::Dialogflow::CX::V3::CalculateCoverageRequest

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 request message for TestCases.CalculateCoverage.

Defined Under Namespace

Modules: CoverageType

Instance Attribute Summary collapse

Instance Attribute Details

#agent::String

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

Returns:

  • (::String)

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



351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 351

class CalculateCoverageRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The type of coverage score requested.
  module CoverageType
    # Should never be used.
    COVERAGE_TYPE_UNSPECIFIED = 0

    # Intent coverage.
    INTENT = 1

    # Page transition coverage.
    PAGE_TRANSITION = 2

    # Transition route group coverage.
    TRANSITION_ROUTE_GROUP = 3
  end
end

#type::Google::Cloud::Dialogflow::CX::V3::CalculateCoverageRequest::CoverageType

Returns Required. The type of coverage requested.

Returns:



351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 351

class CalculateCoverageRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The type of coverage score requested.
  module CoverageType
    # Should never be used.
    COVERAGE_TYPE_UNSPECIFIED = 0

    # Intent coverage.
    INTENT = 1

    # Page transition coverage.
    PAGE_TRANSITION = 2

    # Transition route group coverage.
    TRANSITION_ROUTE_GROUP = 3
  end
end