Class GoogleCloudDiscoveryengineV1GroundedGenerationContent
Base structured datatype containing multi-part content of a message.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1GroundedGenerationContent : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Parts
Ordered Parts
that constitute a single message.
Declaration
[JsonProperty("parts")]
public virtual IList<GoogleCloudDiscoveryengineV1GroundedGenerationContentPart> Parts { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1GroundedGenerationContentPart> |
Role
Producer of the content. Must be either user
or model
. Intended to be used for multi-turn conversations.
Otherwise, it can be left unset.
Declaration
[JsonProperty("role")]
public virtual string Role { get; set; }
Property Value
Type | Description |
---|---|
string |