public sealed class GenerateGroundedContentResponse : IMessage<GenerateGroundedContentResponse>, IEquatable<GenerateGroundedContentResponse>, IDeepCloneable<GenerateGroundedContentResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class GenerateGroundedContentResponse.
Response for the GenerateGroundedContent
method.
Implements
IMessageGenerateGroundedContentResponse, IEquatableGenerateGroundedContentResponse, IDeepCloneableGenerateGroundedContentResponse, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
GenerateGroundedContentResponse()
public GenerateGroundedContentResponse()
GenerateGroundedContentResponse(GenerateGroundedContentResponse)
public GenerateGroundedContentResponse(GenerateGroundedContentResponse other)
Parameter | |
---|---|
Name | Description |
other |
GenerateGroundedContentResponse |
Properties
Candidates
public RepeatedField<GenerateGroundedContentResponse.Types.Candidate> Candidates { get; }
Generated candidates.
Property Value | |
---|---|
Type | Description |
RepeatedFieldGenerateGroundedContentResponseTypesCandidate |