Class: Google::Cloud::Dialogflow::CX::V3::IntentCoverage::Intent

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 agent's intent.

Instance Attribute Summary collapse

Instance Attribute Details

#covered::Boolean

Returns Whether the intent is covered by at least one of the agent's test cases.

Returns:

  • (::Boolean)

    Whether the intent is covered by at least one of the agent's test cases.



336
337
338
339
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 336

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

#intent::String

Returns The intent full resource name.

Returns:

  • (::String)

    The intent full resource name



336
337
338
339
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 336

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