public class TurnEventGenerativeAICalledCalloutSearch
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
String |
getEngine()
Gets the engine.
|
String |
getIndex()
Gets the index.
|
String |
getQuery()
Gets the query.
|
TurnEventGenerativeAICalledCalloutRequest |
getRequest()
Gets the request.
|
TurnEventGenerativeAICalledCalloutResponse |
getResponse()
Gets the response.
|
public String getEngine()
The search engine that was used to scan the documents.
public String getIndex()
The name of the Elasticsearch index being used. This field is only available if the engine being used is Elasticsearch.
public String getQuery()
The query that will be used by the system to initiate search on the document search engine.
public TurnEventGenerativeAICalledCalloutRequest getRequest()
public TurnEventGenerativeAICalledCalloutResponse getResponse()
Copyright © 2025 IBM Cloud. All rights reserved.