Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsGroundingSignals
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsGroundingSignals
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb
Instance Attribute Summary collapse
-
#decision ⇒ String
Corresponds to the JSON property
decision. -
#score ⇒ String
Corresponds to the JSON property
score.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsGroundingSignals
constructor
A new instance of GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsGroundingSignals.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsGroundingSignals
Returns a new instance of GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsGroundingSignals.
5555 5556 5557 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5555 def initialize(**args) update!(**args) end |
Instance Attribute Details
#decision ⇒ String
Corresponds to the JSON property decision
5548 5549 5550 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5548 def decision @decision end |
#score ⇒ String
Corresponds to the JSON property score
5553 5554 5555 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5553 def score @score end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5560 5561 5562 5563 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5560 def update!(**args) @decision = args[:decision] if args.key?(:decision) @score = args[:score] if args.key?(:score) end |