contents

@CanIgnoreReturnValue()
public EmbedContentParametersPrivate.Builder contents(Array<Content> contents)

Setter for contents.

contents: The content to embed. Only the `parts.text` fields will be counted.


@CanIgnoreReturnValue()
public EmbedContentParametersPrivate.Builder contents(Array<Content.Builder> contentsBuilders)

Setter for contents builder.

contents: The content to embed. Only the `parts.text` fields will be counted.