public sealed class GenerateGroundedContentResponse : IMessage<GenerateGroundedContentResponse>, IEquatable<GenerateGroundedContentResponse>, IDeepCloneable<GenerateGroundedContentResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class GenerateGroundedContentResponse.
Response for the GenerateGroundedContent
method.
Implements
IMessageGenerateGroundedContentResponse, IEquatableGenerateGroundedContentResponse, IDeepCloneableGenerateGroundedContentResponse, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.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 |