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.



8022
8023
8024
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 8022

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

Instance Attribute Details

#observationGoogle::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservation

Observation. Corresponds to the JSON property observation



8015
8016
8017
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 8015

def observation
  @observation
end

#search_actionGoogle::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerStepActionSearchAction

Search action. Corresponds to the JSON property searchAction



8020
8021
8022
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 8020

def search_action
  @search_action
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8027
8028
8029
8030
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 8027

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