generate_presentation method

generate_presentation

Generates a presentation instance from a text description. Provide a topic, ideas, quotes, or text snippets in the required language.

def generate_presentation(self, description, presentation_content_amount):
    ...
ParameterTypeDescription
descriptionstrThe topic, ideas, quotes, or text snippets.
presentation_content_amountPresentationContentAmountTypeThe amount of content in the resulting presentation.

Exceptions

ExceptionDescription
RuntimeError(Proxy error(ArgumentException))AI chat instruction can’t be None or empty.

generate_presentation

Generates a presentation instance from a text description. Provide a topic, ideas, quotes, or text snippets in the required language.

def generate_presentation(self, description, presentation_content_amount, presentation_template):
    ...
ParameterTypeDescription
descriptionstrThe topic, ideas, quotes, or text snippets.
presentation_content_amountPresentationContentAmountTypeThe amount of content in the resulting presentation.
presentation_templateIPresentationA presentation to use as a template for layout and design, replacing the default template.

Exceptions

ExceptionDescription
RuntimeError(Proxy error(ArgumentNullException))Presentation template is not provided.
RuntimeError(Proxy error(ArgumentException))AI chat instruction can’t be None or empty.

See Also