Represents a Sessions
Inheritance
$protobuf.rpc.Service > protos.google.cloud.dialogflow.v2.SessionsPackage
@google-cloud/dialogflow!Constructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);
Constructs a new Sessions service.
Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Methods
create(rpcImpl, requestDelimited, responseDelimited)
public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): Sessions;
Creates new Sessions service using the specified rpc implementation.
Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Type | Description |
Sessions | RPC service. Useful where requests and/or responses are streamed. |
detectIntent(request, callback)
public detectIntent(request: google.cloud.dialogflow.v2.IDetectIntentRequest, callback: google.cloud.dialogflow.v2.Sessions.DetectIntentCallback): void;
Calls DetectIntent.
Name | Description |
request |
google.cloud.dialogflow.v2.IDetectIntentRequest
DetectIntentRequest message or plain object |
callback |
google.cloud.dialogflow.v2.Sessions.DetectIntentCallback
Node-style callback called with the error, if any, and DetectIntentResponse |
Type | Description |
void |
detectIntent(request)
public detectIntent(request: google.cloud.dialogflow.v2.IDetectIntentRequest): Promise<google.cloud.dialogflow.v2.DetectIntentResponse>;
Calls DetectIntent.
Name | Description |
request |
google.cloud.dialogflow.v2.IDetectIntentRequest
DetectIntentRequest message or plain object |
Type | Description |
Promise<google.cloud.dialogflow.v2.DetectIntentResponse> | Promise |
streamingDetectIntent(request, callback)
public streamingDetectIntent(request: google.cloud.dialogflow.v2.IStreamingDetectIntentRequest, callback: google.cloud.dialogflow.v2.Sessions.StreamingDetectIntentCallback): void;
Calls StreamingDetectIntent.
Name | Description |
request |
IStreamingDetectIntentRequest
StreamingDetectIntentRequest message or plain object |
callback |
google.cloud.dialogflow.v2.Sessions.StreamingDetectIntentCallback
Node-style callback called with the error, if any, and StreamingDetectIntentResponse |
Type | Description |
void |
streamingDetectIntent(request)
public streamingDetectIntent(request: google.cloud.dialogflow.v2.IStreamingDetectIntentRequest): Promise<google.cloud.dialogflow.v2.StreamingDetectIntentResponse>;
Calls StreamingDetectIntent.
Name | Description |
request |
IStreamingDetectIntentRequest
StreamingDetectIntentRequest message or plain object |
Type | Description |
Promise<google.cloud.dialogflow.v2.StreamingDetectIntentResponse> | Promise |