Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerStepAction

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/discoveryengine_v1/classes.rb,
lib/google/apis/discoveryengine_v1/representations.rb,
lib/google/apis/discoveryengine_v1/representations.rb

Overview

Action.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaAnswerStepAction

Returns a new instance of GoogleCloudDiscoveryengineV1alphaAnswerStepAction.



9315
9316
9317
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 9315

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#observationGoogle::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservation

Observation. Corresponds to the JSON property observation



9308
9309
9310
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 9308

def observation
  @observation
end

#search_actionGoogle::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerStepActionSearchAction

Search action. Corresponds to the JSON property searchAction



9313
9314
9315
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 9313

def search_action
  @search_action
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9320
9321
9322
9323
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 9320

def update!(**args)
  @observation = args[:observation] if args.key?(:observation)
  @search_action = args[:search_action] if args.key?(:search_action)
end