Skip to content

Bedrock Agent Runtime  >  Unions  >  InvocationResultMember

InvocationResultMember

Union Type

InvocationResultMember module-attribute

A result from the invocation of an action. For more information, see Return control to the agent developer and Control session context.

This data type is used in the following API operations:

Union Member Types

InvocationResultMemberApiResult dataclass

The result from the API response from the action group invocation.

Attributes

value instance-attribute
value: ApiResult

InvocationResultMemberFunctionResult dataclass

The result from the function from the action group invocation.

Attributes

value instance-attribute

InvocationResultMemberUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str