public interface ConversationDefinitionRegistrationBuilder
| Modifier and Type | Method and Description |
|---|---|
ConversationDefinitionRegistrationBuilder |
addInputStream(String resourceName,
InputStream inputStream)
Register the static conversation definitions defined in the
inputStream with a resourceName |
List<ConversationDefinition> |
register()
Perform the registration of all registered definitions within the resources
|
ConversationDefinitionRegistrationBuilder |
tenantId(String tenantId)
Register the converations definitions with the given
tenantId |
ConversationDefinitionRegistrationBuilder addInputStream(String resourceName, InputStream inputStream)
inputStream with a resourceNameresourceName - the name of the resourceinputStream - the stream containing the conversation definition schemaConversationDefinitionRegistrationBuilder tenantId(String tenantId)
tenantIdtenantId - the tenant id for the definitionsList<ConversationDefinition> register()
ConversationDefinition(s)Copyright © 2019. All rights reserved.