Discovery Engine v1 API - Class GenerateGroundedContentResponse (1.5.0)

public sealed class GenerateGroundedContentResponse : IMessage<GenerateGroundedContentResponse>, IEquatable<GenerateGroundedContentResponse>, IDeepCloneable<GenerateGroundedContentResponse>, IBufferMessage, IMessage

Inheritance

object > GenerateGroundedContentResponse

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

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