Class: Google::Cloud::Dialogflow::V2::Fulfillment::Feature

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

Overview

Whether fulfillment is enabled for the specific feature.

Defined Under Namespace

Modules: Type

Instance Attribute Summary collapse

Instance Attribute Details

#type::Google::Cloud::Dialogflow::V2::Fulfillment::Feature::Type

Returns The type of the feature that enabled for fulfillment.

Returns:



111
112
113
114
115
116
117
118
119
120
121
122
123
# File 'proto_docs/google/cloud/dialogflow/v2/fulfillment.rb', line 111

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

  # The type of the feature.
  module Type
    # Feature type not specified.
    TYPE_UNSPECIFIED = 0

    # Fulfillment is enabled for SmallTalk.
    SMALLTALK = 1
  end
end