Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ThoughtSummaryDelta

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GenaiVertexV1beta1ThoughtSummaryDelta

Returns a new instance of GenaiVertexV1beta1ThoughtSummaryDelta.



5052
5053
5054
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5052

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

Instance Attribute Details

#contentGoogle::Apis::AiplatformV1beta1::GenaiVertexV1beta1Content

The content of the response. Corresponds to the JSON property content



5050
5051
5052
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5050

def content
  @content
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5057
5058
5059
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5057

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