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.



9461
9462
9463
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 9461

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

Instance Attribute Details

#observationGoogle::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservation

Observation. Corresponds to the JSON property observation



9454
9455
9456
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 9454

def observation
  @observation
end

#search_actionGoogle::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerStepActionSearchAction

Search action. Corresponds to the JSON property searchAction



9459
9460
9461
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 9459

def search_action
  @search_action
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9466
9467
9468
9469
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 9466

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