Discovery Engine v1beta API - Class Chunk.Types.StructuredContent (1.0.0-beta24)

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 v1beta API class Chunk.Types.StructuredContent.

The structured content information.

Inheritance

object > Chunk.Types.StructuredContent

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.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