Skip to content

Bedrock Agent Runtime  >  Structures  >  ActionGroupInvocationOutput

ActionGroupInvocationOutput

Structure Class

ActionGroupInvocationOutput dataclass

Contains the JSON-formatted string returned by the API invoked by the action group.

Attributes

metadata class-attribute instance-attribute
metadata: Metadata | None = field(repr=False, default=None)

Contains information about the action group output.

text class-attribute instance-attribute
text: str | None = field(repr=False, default=None)

The JSON-formatted string returned by the API invoked by the action group.