Represents rich content that can be sent in a response.

Implements

Constructors

Properties

Methods

Constructors

Properties

fields?: null | {
    [k: string]: google.protobuf.IValue;
}

Struct fields

richContent?: RichContentElement[][]

Methods

  • Converts this RichContent to JSON.

    Returns {
        [k: string]: unknown;
    }

    JSON object

    • [k: string]: unknown