core2-jvm (latest)
core2-jvm (latest)core-jvm
  • Home
  • Features
  • Spec
  • Guides
  • Sandbox
  • Step Studio
  • Step
    • Action
    • External
    • Help
    • Link Handler
    • Navigation
    • Persist Async
    • Polling
    • Refresh On Change
    • Schema On Change
    • Step Error
    • Suggestions
    • Summary
    • Toolbar
    • Upload
    • Validate Async
    • Schema
    • All Of Schema
    • Array Schema
    • Blob Schema
    • Boolean Schema
    • Const Schema
    • Integer Schema
    • Number Schema
    • Object Schema
    • One Of Schema
    • String Schema
    • Layout
    • Alert Layout
    • Box Layout
    • Button Layout
    • Columns Layout
    • Decision Layout
    • Divider Layout
    • Form Layout
    • Heading Layout
    • Image Layout
    • Instructions Layout
    • List Layout
    • Loading Indicator Layout
    • Markdown Layout
    • Media Layout
    • Modal Layout
    • Paragraph Layout
    • Progress Layout
    • Review Layout
    • Search Layout
    • Section Layout
    • Status List Layout
    • Tabs Layout
    • Upsell Layout
    • Behavior
    • Action Behavior
    • Copy Behavior
    • Dismiss Behavior
    • Link Behavior
    • Modal Behavior
    • Refresh Behavior
    • Subflow Behavior
    • Subflow
    • Dynamic Launch Config
    • Launch Config
    • Modal Presentation
    • Native Launch Config
    • Presentation
    • Push Presentation
    • Action Response Body
    • Error Response Body
    • Flow Response
    • Modal Response Body
    • No Op Response Body
    • Search Initial Layout Config
    • Search Initial Results Config
    • Search Initial State
    • Search Layout Response Body
    • Search Response
    • Search Response Body
    • Search Result
    • Search Results Response Body
    • Subflow Response Body
    • Additional Info
    • Align
    • Autocapitalization Type
    • Autocomplete Token
    • Context
    • Icon
    • Image
    • Inline Alert
    • Media
    • Native Capabilities
    • Request
    • Size
    • Supporting Values
    • Control
    • Tag

Search Result

Android - 8.25.0 iOS - 11539 Web - 2.5.0

Represents a single entry in a Search Response Body.

Subtypes

Action

A search result which contains an Action to perform when the result is selected.

Properties

PropertyTypeRequiredDescription
descriptionStringNoThe user-facing description.
iconIconNoAn icon representing the result.
imageImageNoAn image representing the result.
mediaMediaNoThe media object (avatar, icon, image) which the client can use to represent this search result.
titleStringYesThe user-facing title.
typeSearchResult.TypeYesIt must be action.
valueActionYesThe action to perform when the option is selected.

Search

A search result which contains another search to be performed when selected. Can be used to provide groups of results or simple pagination.

Properties

PropertyTypeRequiredDescription
descriptionStringNoThe user-facing description.
iconIconNoAn icon representing the result.
imageImageNoAn image representing the result.
mediaMediaNoThe media object (avatar, icon, image) which the client can use to represent this search result.
titleStringYesThe user-facing title.
typeSearchResult.TypeYesIt must be search.
valueSearchResult.Search.SearchRequestYesA search configuration to used when the option is selected.

Related Types

Type

The possible types of search results.

Values

ValueDescription
actionA result containing an action.
searchA result containing another search to perform.

Search Request

A search request.

Properties

PropertyTypeRequiredDescription
methodStringYesThe HTTP method to use for the request.
paramStringYesThe name of the parameter to place the search term under. If the HTTP method allows a request body this will be the property name to use in the request body JSON object. If the HTTP method does not allow a request body, this will be included as a query parameter.
queryStringYesThe value of the query.
urlStringYesThe URL for the request. Either absolute or relative to the base URL of the flow.