Class: Google::Apis::CesV1::RunSessionResponse
- Inherits:
-
Object
- Object
- Google::Apis::CesV1::RunSessionResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/ces_v1/classes.rb,
lib/google/apis/ces_v1/representations.rb,
lib/google/apis/ces_v1/representations.rb
Overview
Response message for SessionService.RunSession.
Instance Attribute Summary collapse
-
#outputs ⇒ Array<Google::Apis::CesV1::SessionOutput>
Outputs for the session.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RunSessionResponse
constructor
A new instance of RunSessionResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RunSessionResponse
Returns a new instance of RunSessionResponse.
5738 5739 5740 |
# File 'lib/google/apis/ces_v1/classes.rb', line 5738 def initialize(**args) update!(**args) end |
Instance Attribute Details
#outputs ⇒ Array<Google::Apis::CesV1::SessionOutput>
Outputs for the session.
Corresponds to the JSON property outputs
5736 5737 5738 |
# File 'lib/google/apis/ces_v1/classes.rb', line 5736 def outputs @outputs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5743 5744 5745 |
# File 'lib/google/apis/ces_v1/classes.rb', line 5743 def update!(**args) @outputs = args[:outputs] if args.key?(:outputs) end |