SuggestionMetadata

class SuggestionMetadata


Metadata about an automation suggestion.

Summary

Public constructors

SuggestionMetadata(
    rank: Int,
    type: List<SuggestionType>,
    source: SuggestionSource,
    name: String,
    description: String,
    iconUrl: String?,
    feedbackType: FeedbackType
)

Public functions

open String

Public constructors

SuggestionMetadata

SuggestionMetadata(
    rank: Int,
    type: List<SuggestionType>,
    source: SuggestionSource,
    name: String,
    description: String,
    iconUrl: String? = null,
    feedbackType: FeedbackType = FeedbackType.UNSPECIFIED
)

Public functions

toString

open fun toString(): String

Public properties

description

val description: String

feedbackType

val feedbackType: FeedbackType

iconUrl

val iconUrl: String?

name

val name: String

rank

val rank: Int

source

val source: SuggestionSource

type

val type: List<SuggestionType>