Class: Aws::BedrockAgentRuntime::Types::ApiInvocationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::ApiInvocationInput
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains information about the API operation 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
^
Constant Summary collapse
- SENSITIVE =
[:api_path]
Instance Attribute Summary collapse
-
#action_group ⇒ String
The action group that the API operation belongs to.
-
#action_invocation_type ⇒ String
Contains information about the API operation to invoke.
-
#api_path ⇒ String
The path to the API operation.
-
#http_method ⇒ String
The HTTP method of the API operation.
-
#parameters ⇒ Array<Types::ApiParameter>
The parameters to provide for the API request, as the agent elicited from the user.
-
#request_body ⇒ Types::ApiRequestBody
The request body to provide for the API request, as the agent elicited from the user.
Instance Attribute Details
#action_group ⇒ String
The action group that the API operation belongs to.
146 147 148 149 150 151 152 153 154 155 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 146 class ApiInvocationInput < Struct.new( :action_group, :action_invocation_type, :api_path, :http_method, :parameters, :request_body) SENSITIVE = [:api_path] include Aws::Structure end |
#action_invocation_type ⇒ String
Contains information about the API operation to invoke.
146 147 148 149 150 151 152 153 154 155 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 146 class ApiInvocationInput < Struct.new( :action_group, :action_invocation_type, :api_path, :http_method, :parameters, :request_body) SENSITIVE = [:api_path] include Aws::Structure end |
#api_path ⇒ String
The path to the API operation.
146 147 148 149 150 151 152 153 154 155 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 146 class ApiInvocationInput < Struct.new( :action_group, :action_invocation_type, :api_path, :http_method, :parameters, :request_body) SENSITIVE = [:api_path] include Aws::Structure end |
#http_method ⇒ String
The HTTP method of the API operation.
146 147 148 149 150 151 152 153 154 155 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 146 class ApiInvocationInput < Struct.new( :action_group, :action_invocation_type, :api_path, :http_method, :parameters, :request_body) SENSITIVE = [:api_path] include Aws::Structure end |
#parameters ⇒ Array<Types::ApiParameter>
The parameters to provide for the API request, as the agent elicited from the user.
146 147 148 149 150 151 152 153 154 155 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 146 class ApiInvocationInput < Struct.new( :action_group, :action_invocation_type, :api_path, :http_method, :parameters, :request_body) SENSITIVE = [:api_path] include Aws::Structure end |
#request_body ⇒ Types::ApiRequestBody
The request body to provide for the API request, as the agent elicited from the user.
146 147 148 149 150 151 152 153 154 155 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 146 class ApiInvocationInput < Struct.new( :action_group, :action_invocation_type, :api_path, :http_method, :parameters, :request_body) SENSITIVE = [:api_path] include Aws::Structure end |