Class: Google::Cloud::Dialogflow::CX::V3::Intent::Parameter
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::Intent::Parameter
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/intent.rb
Overview
Represents an intent parameter.
Instance Attribute Summary collapse
-
#entity_type ⇒ ::String
Required.
-
#id ⇒ ::String
Required.
-
#is_list ⇒ ::Boolean
Indicates whether the parameter represents a list of values.
-
#redact ⇒ ::Boolean
Indicates whether the parameter content should be redacted in log.
Instance Attribute Details
#entity_type ⇒ ::String
165 166 167 168 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/intent.rb', line 165 class Parameter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::String
165 166 167 168 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/intent.rb', line 165 class Parameter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |