Represents an EntityTypes
Inheritance
$protobuf.rpc.Service > protos.google.cloud.dialogflow.cx.v3beta1.EntityTypesPackage
@google-cloud/dialogflow-cxConstructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);
Constructs a new EntityTypes service.
Parameters | |
---|---|
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): EntityTypes;
Creates new EntityTypes service using the specified rpc implementation.
Parameters | |
---|---|
Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Returns | |
---|---|
Type | Description |
EntityTypes |
RPC service. Useful where requests and/or responses are streamed. |
createEntityType(request, callback)
public createEntityType(request: google.cloud.dialogflow.cx.v3beta1.ICreateEntityTypeRequest, callback: google.cloud.dialogflow.cx.v3beta1.EntityTypes.CreateEntityTypeCallback): void;
Calls CreateEntityType.
Parameters | |
---|---|
Name | Description |
request |
ICreateEntityTypeRequest
CreateEntityTypeRequest message or plain object |
callback |
CreateEntityTypeCallback
Node-style callback called with the error, if any, and EntityType |
Returns | |
---|---|
Type | Description |
void |
createEntityType(request)
public createEntityType(request: google.cloud.dialogflow.cx.v3beta1.ICreateEntityTypeRequest): Promise<google.cloud.dialogflow.cx.v3beta1.EntityType>;
Calls CreateEntityType.
Parameter | |
---|---|
Name | Description |
request |
ICreateEntityTypeRequest
CreateEntityTypeRequest message or plain object |
Returns | |
---|---|
Type | Description |
Promise<google.cloud.dialogflow.cx.v3beta1.EntityType> |
Promise |
deleteEntityType(request, callback)
public deleteEntityType(request: google.cloud.dialogflow.cx.v3beta1.IDeleteEntityTypeRequest, callback: google.cloud.dialogflow.cx.v3beta1.EntityTypes.DeleteEntityTypeCallback): void;
Calls DeleteEntityType.
Parameters | |
---|---|
Name | Description |
request |
IDeleteEntityTypeRequest
DeleteEntityTypeRequest message or plain object |
callback |
DeleteEntityTypeCallback
Node-style callback called with the error, if any, and Empty |
Returns | |
---|---|
Type | Description |
void |
deleteEntityType(request)
public deleteEntityType(request: google.cloud.dialogflow.cx.v3beta1.IDeleteEntityTypeRequest): Promise<google.protobuf.Empty>;
Calls DeleteEntityType.
Parameter | |
---|---|
Name | Description |
request |
IDeleteEntityTypeRequest
DeleteEntityTypeRequest message or plain object |
Returns | |
---|---|
Type | Description |
Promise<google.protobuf.Empty> |
Promise |
exportEntityTypes(request, callback)
public exportEntityTypes(request: google.cloud.dialogflow.cx.v3beta1.IExportEntityTypesRequest, callback: google.cloud.dialogflow.cx.v3beta1.EntityTypes.ExportEntityTypesCallback): void;
Calls ExportEntityTypes.
Parameters | |
---|---|
Name | Description |
request |
IExportEntityTypesRequest
ExportEntityTypesRequest message or plain object |
callback |
ExportEntityTypesCallback
Node-style callback called with the error, if any, and Operation |
Returns | |
---|---|
Type | Description |
void |
exportEntityTypes(request)
public exportEntityTypes(request: google.cloud.dialogflow.cx.v3beta1.IExportEntityTypesRequest): Promise<google.longrunning.Operation>;
Calls ExportEntityTypes.
Parameter | |
---|---|
Name | Description |
request |
IExportEntityTypesRequest
ExportEntityTypesRequest message or plain object |
Returns | |
---|---|
Type | Description |
Promise<google.longrunning.Operation> |
Promise |
getEntityType(request, callback)
public getEntityType(request: google.cloud.dialogflow.cx.v3beta1.IGetEntityTypeRequest, callback: google.cloud.dialogflow.cx.v3beta1.EntityTypes.GetEntityTypeCallback): void;
Calls GetEntityType.
Parameters | |
---|---|
Name | Description |
request |
IGetEntityTypeRequest
GetEntityTypeRequest message or plain object |
callback |
GetEntityTypeCallback
Node-style callback called with the error, if any, and EntityType |
Returns | |
---|---|
Type | Description |
void |
getEntityType(request)
public getEntityType(request: google.cloud.dialogflow.cx.v3beta1.IGetEntityTypeRequest): Promise<google.cloud.dialogflow.cx.v3beta1.EntityType>;
Calls GetEntityType.
Parameter | |
---|---|
Name | Description |
request |
IGetEntityTypeRequest
GetEntityTypeRequest message or plain object |
Returns | |
---|---|
Type | Description |
Promise<google.cloud.dialogflow.cx.v3beta1.EntityType> |
Promise |
importEntityTypes(request, callback)
public importEntityTypes(request: google.cloud.dialogflow.cx.v3beta1.IImportEntityTypesRequest, callback: google.cloud.dialogflow.cx.v3beta1.EntityTypes.ImportEntityTypesCallback): void;
Calls ImportEntityTypes.
Parameters | |
---|---|
Name | Description |
request |
IImportEntityTypesRequest
ImportEntityTypesRequest message or plain object |
callback |
ImportEntityTypesCallback
Node-style callback called with the error, if any, and Operation |
Returns | |
---|---|
Type | Description |
void |
importEntityTypes(request)
public importEntityTypes(request: google.cloud.dialogflow.cx.v3beta1.IImportEntityTypesRequest): Promise<google.longrunning.Operation>;
Calls ImportEntityTypes.
Parameter | |
---|---|
Name | Description |
request |
IImportEntityTypesRequest
ImportEntityTypesRequest message or plain object |
Returns | |
---|---|
Type | Description |
Promise<google.longrunning.Operation> |
Promise |
listEntityTypes(request, callback)
public listEntityTypes(request: google.cloud.dialogflow.cx.v3beta1.IListEntityTypesRequest, callback: google.cloud.dialogflow.cx.v3beta1.EntityTypes.ListEntityTypesCallback): void;
Calls ListEntityTypes.
Parameters | |
---|---|
Name | Description |
request |
IListEntityTypesRequest
ListEntityTypesRequest message or plain object |
callback |
ListEntityTypesCallback
Node-style callback called with the error, if any, and ListEntityTypesResponse |
Returns | |
---|---|
Type | Description |
void |
listEntityTypes(request)
public listEntityTypes(request: google.cloud.dialogflow.cx.v3beta1.IListEntityTypesRequest): Promise<google.cloud.dialogflow.cx.v3beta1.ListEntityTypesResponse>;
Calls ListEntityTypes.
Parameter | |
---|---|
Name | Description |
request |
IListEntityTypesRequest
ListEntityTypesRequest message or plain object |
Returns | |
---|---|
Type | Description |
Promise<google.cloud.dialogflow.cx.v3beta1.ListEntityTypesResponse> |
Promise |
updateEntityType(request, callback)
public updateEntityType(request: google.cloud.dialogflow.cx.v3beta1.IUpdateEntityTypeRequest, callback: google.cloud.dialogflow.cx.v3beta1.EntityTypes.UpdateEntityTypeCallback): void;
Calls UpdateEntityType.
Parameters | |
---|---|
Name | Description |
request |
IUpdateEntityTypeRequest
UpdateEntityTypeRequest message or plain object |
callback |
UpdateEntityTypeCallback
Node-style callback called with the error, if any, and EntityType |
Returns | |
---|---|
Type | Description |
void |
updateEntityType(request)
public updateEntityType(request: google.cloud.dialogflow.cx.v3beta1.IUpdateEntityTypeRequest): Promise<google.cloud.dialogflow.cx.v3beta1.EntityType>;
Calls UpdateEntityType.
Parameter | |
---|---|
Name | Description |
request |
IUpdateEntityTypeRequest
UpdateEntityTypeRequest message or plain object |
Returns | |
---|---|
Type | Description |
Promise<google.cloud.dialogflow.cx.v3beta1.EntityType> |
Promise |