QPluginCardInput

The input shape for defining a plugin card in an Amazon Q App.

Types

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

Properties

Link copied to clipboard

The action identifier of the action to be performed by the plugin card.

Link copied to clipboard
val id: String

The unique identifier of the plugin card.

Link copied to clipboard

The unique identifier of the plugin used by the card.

Link copied to clipboard

The prompt or instructions displayed for the plugin card.

Link copied to clipboard

The title or label of the plugin card.

Link copied to clipboard

The type of the card.

Functions

Link copied to clipboard
inline fun copy(block: QPluginCardInput.Builder.() -> Unit = {}): QPluginCardInput
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