public sealed class Chunk.Types.StructuredContent : IMessage<Chunk.Types.StructuredContent>, IEquatable<Chunk.Types.StructuredContent>, IDeepCloneable<Chunk.Types.StructuredContent>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class Chunk.Types.StructuredContent.
The structured content information.
Implements
IMessageChunkTypesStructuredContent, IEquatableChunkTypesStructuredContent, IDeepCloneableChunkTypesStructuredContent, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
StructuredContent()
public StructuredContent()
StructuredContent(StructuredContent)
public StructuredContent(Chunk.Types.StructuredContent other)
Parameter | |
---|---|
Name | Description |
other |
ChunkTypesStructuredContent |
Properties
Content
public string Content { get; set; }
Output only. The content of the structured content.
Property Value | |
---|---|
Type | Description |
string |
StructureType
public Chunk.Types.StructureType StructureType { get; set; }
Output only. The structure type of the structured content.
Property Value | |
---|---|
Type | Description |
ChunkTypesStructureType |