Constructors

Link copied to clipboard
constructor(businessConnectionId: BusinessConnectionId, storyId: StoryId, content: InputStoryContent, textSources: List<TextSource>, areas: List<StoryArea> = emptyList())
constructor(businessConnectionId: BusinessConnectionId, storyId: StoryId, content: InputStoryContent, text: String, parseMode: ParseMode? = null, areas: List<StoryArea> = emptyList())
constructor(businessConnectionId: BusinessConnectionId, storyId: StoryId, content: InputStoryContent, areas: List<StoryArea> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val data: SimpleRequest<Story>
Link copied to clipboard
Link copied to clipboard
open override val mediaMap: Map<String, MultipartFile>
Link copied to clipboard
open override val paramsJson: <Error class: unknown class>
Link copied to clipboard
open override val parseMode: ParseMode? = null
Link copied to clipboard
open override val requestSerializer: <Error class: unknown class><out <Error class: unknown class>>
Link copied to clipboard
open override val resultDeserializer: <Error class: unknown class><Story>
Link copied to clipboard
Link copied to clipboard
open override val text: String? = null
Link copied to clipboard
open override val textSources: List<TextSource>?

Full list of TextSources

Functions

Link copied to clipboard
open override fun method(): String