Discovery Engine v1 API - Class Chunk.Types.StructuredContent (1.8.0)

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.

Inheritance

object > Chunk.Types.StructuredContent

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

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