Class InvocationInput
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InvocationInput.Builder,InvocationInput>
Contains information pertaining to the action group or knowledge base that is being invoked.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionContains information about the action group to be invoked.The collaborator's invocation input.static InvocationInput.Builderbuilder()Contains information about the code interpreter to be invoked.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InvocationTypeSpecifies whether the agent is invoking an action group or a knowledge base.final StringSpecifies whether the agent is invoking an action group or a knowledge base.final KnowledgeBaseLookupInputContains details about the knowledge base to look up and the query to be made.static Class<? extends InvocationInput.Builder>final StringtoString()Returns a string representation of this object.final StringtraceId()The unique identifier of the trace.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
actionGroupInvocationInput
Contains information about the action group to be invoked.
- Returns:
- Contains information about the action group to be invoked.
-
agentCollaboratorInvocationInput
The collaborator's invocation input.
- Returns:
- The collaborator's invocation input.
-
codeInterpreterInvocationInput
Contains information about the code interpreter to be invoked.
- Returns:
- Contains information about the code interpreter to be invoked.
-
invocationType
Specifies whether the agent is invoking an action group or a knowledge base.
If the service returns an enum value that is not available in the current SDK version,
invocationTypewill returnInvocationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominvocationTypeAsString().- Returns:
- Specifies whether the agent is invoking an action group or a knowledge base.
- See Also:
-
invocationTypeAsString
Specifies whether the agent is invoking an action group or a knowledge base.
If the service returns an enum value that is not available in the current SDK version,
invocationTypewill returnInvocationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominvocationTypeAsString().- Returns:
- Specifies whether the agent is invoking an action group or a knowledge base.
- See Also:
-
knowledgeBaseLookupInput
Contains details about the knowledge base to look up and the query to be made.
- Returns:
- Contains details about the knowledge base to look up and the query to be made.
-
traceId
The unique identifier of the trace.
- Returns:
- The unique identifier of the trace.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<InvocationInput.Builder,InvocationInput>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-