public class TurnEventGenerativeAICalledCallout
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
String |
getIdkReasonCode()
Gets the idkReasonCode.
|
TurnEventGenerativeAICalledCalloutLlm |
getLlm()
Gets the llm.
|
TurnEventGenerativeAICalledCalloutSearch |
getSearch()
Gets the search.
|
Boolean |
isLlmCalled()
Gets the llmCalled.
|
Boolean |
isSearchCalled()
Gets the searchCalled.
|
public Boolean isSearchCalled()
Whether the document search engine was called.
public Boolean isLlmCalled()
Whether watsonx.ai was called during answer generation.
public TurnEventGenerativeAICalledCalloutSearch getSearch()
public TurnEventGenerativeAICalledCalloutLlm getLlm()
public String getIdkReasonCode()
Indicates why a conversational search response resolved to an idk response. This field will only be available when the conversational search response is an idk response.
Copyright © 2025 IBM Cloud. All rights reserved.