class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerStepAction

Action.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @observation = args[:observation] if args.key?(:observation)
  @search_action = args[:search_action] if args.key?(:search_action)
end