Uses of Class
com.google.adk.skills.Frontmatter
Packages that use Frontmatter
-
Uses of Frontmatter in com.google.adk.skills
Methods in com.google.adk.skills that return FrontmatterMethods in com.google.adk.skills that return types with arguments of type FrontmatterModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<com.google.common.collect.ImmutableMap<String, Frontmatter>> AbstractSkillSource.listFrontmatters()io.reactivex.rxjava3.core.Single<com.google.common.collect.ImmutableMap<String, Frontmatter>> InMemorySkillSource.listFrontmatters()io.reactivex.rxjava3.core.Single<com.google.common.collect.ImmutableMap<String, Frontmatter>> SkillSource.listFrontmatters()Lists all availableFrontmatters for discovered skills.io.reactivex.rxjava3.core.Single<Frontmatter> AbstractSkillSource.loadFrontmatter(String skillName) io.reactivex.rxjava3.core.Single<Frontmatter> InMemorySkillSource.loadFrontmatter(String skillName) io.reactivex.rxjava3.core.Single<Frontmatter> SkillSource.loadFrontmatter(String skillName) Loads theFrontmatterfor a specific skill.Methods in com.google.adk.skills with parameters of type FrontmatterModifier and TypeMethodDescriptionInMemorySkillSource.Builder.SkillBuilder.frontmatter(Frontmatter frontmatter)