Class InMemorySkillSource.Builder
java.lang.Object
com.google.adk.skills.InMemorySkillSource.Builder
- Enclosing class:
InMemorySkillSource
Builder for
InMemorySkillSource.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionfinal classBuilder for a specific skill. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Returns aInMemorySkillSource.Builder.SkillBuilderfor the specified skill, creating it if it doesn't exist.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
skill
Returns aInMemorySkillSource.Builder.SkillBuilderfor the specified skill, creating it if it doesn't exist. -
build
-