Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1GenerateGroundedContentResponse
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1GenerateGroundedContentResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1/classes.rb,
lib/google/apis/discoveryengine_v1/representations.rb,
lib/google/apis/discoveryengine_v1/representations.rb
Overview
Response for the GenerateGroundedContent method.
Instance Attribute Summary collapse
-
#candidates ⇒ Array<Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1GenerateGroundedContentResponseCandidate>
Generated candidates.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1GenerateGroundedContentResponse
constructor
A new instance of GoogleCloudDiscoveryengineV1GenerateGroundedContentResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1GenerateGroundedContentResponse
Returns a new instance of GoogleCloudDiscoveryengineV1GenerateGroundedContentResponse.
5645 5646 5647 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 5645 def initialize(**args) update!(**args) end |
Instance Attribute Details
#candidates ⇒ Array<Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1GenerateGroundedContentResponseCandidate>
Generated candidates.
Corresponds to the JSON property candidates
5643 5644 5645 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 5643 def candidates @candidates end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5650 5651 5652 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 5650 def update!(**args) @candidates = args[:candidates] if args.key?(:candidates) end |