StartOpportunityFromEngagementTaskRequest

Types

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

Properties

Link copied to clipboard

Specifies the catalog in which the opportunity creation task is executed. Acceptable values include AWS for production and Sandbox for testing environments.

Link copied to clipboard

A unique token provided by the client to help ensure the idempotency of the request. It helps prevent the same task from being performed multiple times.

Link copied to clipboard

The unique identifier of the engagement context from which to create the opportunity. This specifies the specific contextual information within the engagement that will be used for opportunity creation.

Link copied to clipboard

The unique identifier of the engagement from which the opportunity creation task is to be initiated. This helps ensure that the task is applied to the correct engagement.

Link copied to clipboard
val tags: List<Tag>?

A map of the key-value pairs of the tag or tags to assign.

Functions

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