Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::CalculateCoverageRequest (v1.2.0)

Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::CalculateCoverageRequest.

The request message for TestCases.CalculateCoverage.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#agent

def agent() -> ::String
Returns
  • (::String) — Required. The agent to calculate coverage for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.

#agent=

def agent=(value) -> ::String
Parameter
  • value (::String) — 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>.

#type

def type() -> ::Google::Cloud::Dialogflow::CX::V3::CalculateCoverageRequest::CoverageType
Returns

#type=

def type=(value) -> ::Google::Cloud::Dialogflow::CX::V3::CalculateCoverageRequest::CoverageType
Parameter
Returns