class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerStep
Step information.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @actions = args[:actions] if args.key?(:actions) @description = args[:description] if args.key?(:description) @state = args[:state] if args.key?(:state) @thought = args[:thought] if args.key?(:thought) end