public sealed class GroundedGenerationContent.Types.Part : IMessage<GroundedGenerationContent.Types.Part>, IEquatable<GroundedGenerationContent.Types.Part>, IDeepCloneable<GroundedGenerationContent.Types.Part>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class GroundedGenerationContent.Types.Part.
Single part of content.
Implements
IMessageGroundedGenerationContentTypesPart, IEquatableGroundedGenerationContentTypesPart, IDeepCloneableGroundedGenerationContentTypesPart, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
Part()
public Part()
Part(Part)
public Part(GroundedGenerationContent.Types.Part other)
Parameter | |
---|---|
Name | Description |
other |
GroundedGenerationContentTypesPart |
Properties
DataCase
public GroundedGenerationContent.Types.Part.DataOneofCase DataCase { get; }
Property Value | |
---|---|
Type | Description |
GroundedGenerationContentTypesPartDataOneofCase |
HasText
public bool HasText { get; }
Gets whether the "text" field is set
Property Value | |
---|---|
Type | Description |
bool |
Text
public string Text { get; set; }
Inline text.
Property Value | |
---|---|
Type | Description |
string |