Class AgenticContextResponseProcessor
java.lang.Object
org.opensearch.client.opensearch.search_pipeline.AgenticContextResponseProcessor
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ResponseProcessorVariant,ToCopyableBuilder<AgenticContextResponseProcessor.Builder,AgenticContextResponseProcessor>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class AgenticContextResponseProcessor
extends Object
implements ResponseProcessorVariant, PlainJsonSerializable, ToCopyableBuilder<AgenticContextResponseProcessor.Builder,AgenticContextResponseProcessor>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<AgenticContextResponseProcessor> Json deserializer forAgenticContextResponseProcessor -
Method Summary
Modifier and TypeMethodDescriptionResponseProcessorvariant kind.final BooleanWhether to include the agent's execution step summary in the response.builder()final StringAPI name:descriptionfinal BooleandslQuery()Whether to include the generated DSL query in the response.booleaninthashCode()final BooleanAPI name:ignore_failureof(Function<AgenticContextResponseProcessor.Builder, ObjectBuilder<AgenticContextResponseProcessor>> fn) voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupAgenticContextResponseProcessorDeserializer(ObjectDeserializer<AgenticContextResponseProcessor.Builder> op) final Stringtag()API name:tagCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.opensearch.search_pipeline.ResponseProcessorVariant
toResponseProcessorMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forAgenticContextResponseProcessor
-
-
Method Details
-
of
-
_responseProcessorKind
ResponseProcessorvariant kind.- Specified by:
_responseProcessorKindin interfaceResponseProcessorVariant
-
agentStepsSummary
Whether to include the agent's execution step summary in the response. Available for conversational agents only.API name:
agent_steps_summary -
description
API name:description -
dslQuery
Whether to include the generated DSL query in the response. Available for both conversational and flow agents.API name:
dsl_query -
ignoreFailure
API name:ignore_failure -
tag
API name:tag -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<AgenticContextResponseProcessor.Builder,AgenticContextResponseProcessor> - Returns:
- a new builder instance.
-
builder
-
setupAgenticContextResponseProcessorDeserializer
protected static void setupAgenticContextResponseProcessorDeserializer(ObjectDeserializer<AgenticContextResponseProcessor.Builder> op) -
hashCode
public int hashCode() -
equals
-