default Observation.Builder |
Observation.Builder.actionGroupInvocationOutput(Consumer<ActionGroupInvocationOutput.Builder> actionGroupInvocationOutput) |
Contains the JSON-formatted string returned by the API invoked by the action group.
|
Observation.Builder |
Observation.Builder.actionGroupInvocationOutput(ActionGroupInvocationOutput actionGroupInvocationOutput) |
Contains the JSON-formatted string returned by the API invoked by the action group.
|
static Observation.Builder |
Observation.builder() |
|
default Observation.Builder |
Observation.Builder.finalResponse(Consumer<FinalResponse.Builder> finalResponse) |
Contains details about the response to the user.
|
Observation.Builder |
Observation.Builder.finalResponse(FinalResponse finalResponse) |
Contains details about the response to the user.
|
default Observation.Builder |
Observation.Builder.knowledgeBaseLookupOutput(Consumer<KnowledgeBaseLookupOutput.Builder> knowledgeBaseLookupOutput) |
Contains details about the results from looking up the knowledge base.
|
Observation.Builder |
Observation.Builder.knowledgeBaseLookupOutput(KnowledgeBaseLookupOutput knowledgeBaseLookupOutput) |
Contains details about the results from looking up the knowledge base.
|
default Observation.Builder |
Observation.Builder.repromptResponse(Consumer<RepromptResponse.Builder> repromptResponse) |
Contains details about the response to reprompt the input.
|
Observation.Builder |
Observation.Builder.repromptResponse(RepromptResponse repromptResponse) |
Contains details about the response to reprompt the input.
|
Observation.Builder |
Observation.toBuilder() |
|
Observation.Builder |
Observation.Builder.traceId(String traceId) |
The unique identifier of the trace.
|
Observation.Builder |
Observation.Builder.type(String type) |
Specifies what kind of information the agent returns in the observation.
|
Observation.Builder |
Observation.Builder.type(Type type) |
Specifies what kind of information the agent returns in the observation.
|