SlidesAIAgent

SlidesAIAgent class

Provides AI-powered features for processing presentations.

public class SlidesAIAgent

Constructors

NameDescription
SlidesAIAgent(IAIWebClient)SlidesAIAgent constructor

Methods

NameDescription
GeneratePresentation(string, PresentationContentAmountType)Generates a presentation instance from a text description. Provide a topic, ideas, quotes, or text snippets in the required language.
GeneratePresentation(string, PresentationContentAmountType, IPresentation)Generates a presentation instance from a text description. Provide a topic, ideas, quotes, or text snippets in the required language.
GeneratePresentationAsync(string, PresentationContentAmountType)Generates a presentation instance from a text description. Provide a topic, ideas, quotes, or text snippets in the required language.
GeneratePresentationAsync(string, PresentationContentAmountType, IPresentation)Generates a presentation instance from a text description. Provide a topic, ideas, quotes, or text snippets in the required language.
Translate(IPresentation, string)Translates a presentation to the specified language using AI (synchronous version).
TranslateAsync(IPresentation, string)Translates a presentation to the specified language using AI.

See Also