Discovery Engine v1beta API - Class GenerateGroundedContentResponse (1.0.0-beta18)

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.

Inheritance

object > GenerateGroundedContentResponse

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

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