Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1InteractionCompleteEvent

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) ⇒ GenaiVertexV1beta1InteractionCompleteEvent

Returns a new instance of GenaiVertexV1beta1InteractionCompleteEvent.



3160
3161
3162
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 3160

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

Instance Attribute Details

#interactionGoogle::Apis::AiplatformV1beta1::GenaiVertexV1beta1Interaction

Response for InteractionService.CreateInteraction. Corresponds to the JSON property interaction



3158
3159
3160
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 3158

def interaction
  @interaction
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3165
3166
3167
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 3165

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