InvocationInputMember
Contains details about the API operation or function that the agent predicts should be called.
This data type is used in the following API operations:
In the
returnControl
field of the InvokeAgent response
Inheritors
Types
Functions
Casts this InvocationInputMember as a ApiInvocationInput and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.ApiInvocationInput value. Throws an exception if the InvocationInputMember is not a ApiInvocationInput.
Casts this InvocationInputMember as a ApiInvocationInput and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.ApiInvocationInput value. Returns null if the InvocationInputMember is not a ApiInvocationInput.
Casts this InvocationInputMember as a FunctionInvocationInput and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.FunctionInvocationInput value. Throws an exception if the InvocationInputMember is not a FunctionInvocationInput.
Casts this InvocationInputMember as a FunctionInvocationInput and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.FunctionInvocationInput value. Returns null if the InvocationInputMember is not a FunctionInvocationInput.