Interface ChatscriptComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface ChatscriptComponentBuilderFactory
Chat with a ChatScript Server. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ChatscriptComponentBuilderFactory.ChatscriptComponentBuilder
Builder for the ChatScript component.static class
ChatscriptComponentBuilderFactory.ChatscriptComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static ChatscriptComponentBuilderFactory.ChatscriptComponentBuilder
chatscript()
ChatScript (camel-chatscript) Chat with a ChatScript Server.
-
-
-
Method Detail
-
chatscript
static ChatscriptComponentBuilderFactory.ChatscriptComponentBuilder chatscript()
ChatScript (camel-chatscript) Chat with a ChatScript Server. Category: ai,chat Since: 3.0 Maven coordinates: org.apache.camel:camel-chatscript- Returns:
- the dsl builder
-
-