SearchSampleQueriesSearchResult

A search result returned by the SearchSampleQueries operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A longer description of a sample query.

Link copied to clipboard
val name: String?

The name of a sample query.

Link copied to clipboard

A value between 0 and 1 indicating the similarity between the search phrase and result.

Link copied to clipboard
val sql: String?

The SQL code of the sample query.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String