AgentAgentActionGroupApiSchema

data class AgentAgentActionGroupApiSchema(val payload: String? = null, val s3: AgentAgentActionGroupApiSchemaS3? = null)

Constructors

Link copied to clipboard
constructor(payload: String? = null, s3: AgentAgentActionGroupApiSchemaS3? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val payload: String? = null

JSON or YAML-formatted payload defining the OpenAPI schema for the action group. Only one of payload or s3 can be specified.

Link copied to clipboard

Details about the S3 object containing the OpenAPI schema for the action group. See s3 Block for details. Only one of s3 or payload can be specified.