Represents a RecommendationService
Inheritance
$protobuf.rpc.Service > protos.google.cloud.discoveryengine.v1beta.RecommendationServicePackage
@google-cloud/discoveryengineConstructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);Constructs a new RecommendationService service.
| Parameters | |
|---|---|
| Name | Description | 
| rpcImpl | $protobuf.RPCImplRPC implementation | 
| requestDelimited | booleanWhether requests are length-delimited | 
| responseDelimited | booleanWhether responses are length-delimited | 
Methods
create(rpcImpl, requestDelimited, responseDelimited)
public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): RecommendationService;Creates new RecommendationService service using the specified rpc implementation.
| Parameters | |
|---|---|
| Name | Description | 
| rpcImpl | $protobuf.RPCImplRPC implementation | 
| requestDelimited | booleanWhether requests are length-delimited | 
| responseDelimited | booleanWhether responses are length-delimited | 
| Returns | |
|---|---|
| Type | Description | 
| RecommendationService | RPC service. Useful where requests and/or responses are streamed. | 
recommend(request, callback)
public recommend(request: google.cloud.discoveryengine.v1beta.IRecommendRequest, callback: google.cloud.discoveryengine.v1beta.RecommendationService.RecommendCallback): void;Calls Recommend.
| Parameters | |
|---|---|
| Name | Description | 
| request | IRecommendRequestRecommendRequest message or plain object | 
| callback | RecommendCallbackNode-style callback called with the error, if any, and RecommendResponse | 
| Returns | |
|---|---|
| Type | Description | 
| void | |
recommend(request)
public recommend(request: google.cloud.discoveryengine.v1beta.IRecommendRequest): Promise<google.cloud.discoveryengine.v1beta.RecommendResponse>;Calls Recommend.
| Parameter | |
|---|---|
| Name | Description | 
| request | IRecommendRequestRecommendRequest message or plain object | 
| Returns | |
|---|---|
| Type | Description | 
| Promise<google.cloud.discoveryengine.v1beta.RecommendResponse> | Promise |