public sealed class GenerateGroundedContentResponse : IMessage<GenerateGroundedContentResponse>, IEquatable<GenerateGroundedContentResponse>, IDeepCloneable<GenerateGroundedContentResponse>, IBufferMessage, IMessage
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 |