AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
bedrockagentruntime
/
aws.sdk.kotlin.services.bedrockagentruntime.model
/
InvocationType
Invocation
Type
sealed
class
InvocationType
Inheritors
ActionGroup
ActionGroupCodeInterpreter
AgentCollaborator
Finish
KnowledgeBase
SdkUnknown
Members
Types
Action
Group
Link copied to clipboard
object
ActionGroup
:
InvocationType
Action
Group
Code
Interpreter
Link copied to clipboard
object
ActionGroupCodeInterpreter
:
InvocationType
Agent
Collaborator
Link copied to clipboard
object
AgentCollaborator
:
InvocationType
Companion
Link copied to clipboard
object
Companion
Finish
Link copied to clipboard
object
Finish
:
InvocationType
Knowledge
Base
Link copied to clipboard
object
KnowledgeBase
:
InvocationType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
InvocationType
Properties
value
Link copied to clipboard
abstract
val
value
:
String