Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponse
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb more...
Overview
Response for the GenerateGroundedContent
method.
Instance Attribute Summary collapse
-
#candidates ⇒ Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidate>
Generated candidates.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponse
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponse
Returns a new instance of GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponse.
10660 10661 10662 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 10660 def initialize(**args) update!(**args) end |
Instance Attribute Details
#candidates ⇒ Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidate>
Generated candidates.
Corresponds to the JSON property candidates
10658 10659 10660 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 10658 def candidates @candidates end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10665 10666 10667 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 10665 def update!(**args) @candidates = args[:candidates] if args.key?(:candidates) end |