Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1InteractionCompletedSseEvent
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1InteractionCompletedSseEvent
- 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
-
#interaction ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1Interaction
Response for InteractionService.CreateInteraction.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GenaiVertexV1beta1InteractionCompletedSseEvent
constructor
A new instance of GenaiVertexV1beta1InteractionCompletedSseEvent.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GenaiVertexV1beta1InteractionCompletedSseEvent
Returns a new instance of GenaiVertexV1beta1InteractionCompletedSseEvent.
3179 3180 3181 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 3179 def initialize(**args) update!(**args) end |
Instance Attribute Details
#interaction ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1Interaction
Response for InteractionService.CreateInteraction.
Corresponds to the JSON property interaction
3177 3178 3179 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 3177 def interaction @interaction end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3184 3185 3186 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 3184 def update!(**args) @interaction = args[:interaction] if args.key?(:interaction) end |