Service for managing . v2
Package
@google-cloud/dialogflow!Constructors
(constructor)(opts)
constructor(opts?: ClientOptions);
Construct an instance of EntityTypesClient.
Name | Description |
opts |
ClientOptions
|
Properties
apiEndpoint
static get apiEndpoint(): string;
The DNS address for this API service - same as servicePath(), exists for compatibility reasons.
Type | Description |
string |
auth
auth: gax.GoogleAuth;
Type | Description |
gax.GoogleAuth |
descriptors
descriptors: Descriptors;
Type | Description |
Descriptors |
entityTypesStub
entityTypesStub?: Promise<{
[name: string]: Function;
}>;
Type | Description |
Promise<{ [name: string]: Function; }> |
innerApiCalls
innerApiCalls: {
[name: string]: Function;
};
Type | Description |
{ [name: string]: Function; } |
operationsClient
operationsClient: gax.OperationsClient;
Type | Description |
gax.OperationsClient |
pathTemplates
pathTemplates: {
[name: string]: gax.PathTemplate;
};
Type | Description |
{ [name: string]: gax.PathTemplate; } |
port
static get port(): number;
The port for this API service.
Type | Description |
number |
scopes
static get scopes(): string[];
The scopes needed to make gRPC calls for every method defined in this service.
Type | Description |
string[] |
servicePath
static get servicePath(): string;
The DNS address for this API service.
Type | Description |
string |
Methods
agentPath(project)
agentPath(project: string): string;
Return a fully-qualified agent resource name string.
Name | Description |
project |
string
|
Type | Description |
string | {string} Resource name string. |
batchCreateEntities(request, options)
batchCreateEntities(request: protos.google.cloud.dialogflow.v2.IBatchCreateEntitiesRequest, options?: CallOptions): Promise<[LROperation<protos.google.protobuf.IEmpty, protos.google.protobuf.IStruct>, protos.google.longrunning.IOperation | undefined, {} | undefined]>;
Name | Description |
request |
protos.google.cloud.dialogflow.v2.IBatchCreateEntitiesRequest
|
options |
CallOptions
|
Type | Description |
Promise<[LROperation<protos.google.protobuf.IEmpty, protos.google.protobuf.IStruct>, protos.google.longrunning.IOperation | undefined, {} | undefined]> |
batchCreateEntities(request, options, callback)
batchCreateEntities(request: protos.google.cloud.dialogflow.v2.IBatchCreateEntitiesRequest, options: CallOptions, callback: Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.protobuf.IStruct>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Name | Description |
request |
protos.google.cloud.dialogflow.v2.IBatchCreateEntitiesRequest
|
options |
CallOptions
|
callback |
Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.protobuf.IStruct>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
|
Type | Description |
void |
batchCreateEntities(request, callback)
batchCreateEntities(request: protos.google.cloud.dialogflow.v2.IBatchCreateEntitiesRequest, callback: Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.protobuf.IStruct>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Name | Description |
request |
protos.google.cloud.dialogflow.v2.IBatchCreateEntitiesRequest
|
callback |
Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.protobuf.IStruct>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
|
Type | Description |
void |
batchDeleteEntities(request, options)
batchDeleteEntities(request: protos.google.cloud.dialogflow.v2.IBatchDeleteEntitiesRequest, options?: CallOptions): Promise<[LROperation<protos.google.protobuf.IEmpty, protos.google.protobuf.IStruct>, protos.google.longrunning.IOperation | undefined, {} | undefined]>;
Name | Description |
request |
protos.google.cloud.dialogflow.v2.IBatchDeleteEntitiesRequest
|
options |
CallOptions
|
Type | Description |
Promise<[LROperation<protos.google.protobuf.IEmpty, protos.google.protobuf.IStruct>, protos.google.longrunning.IOperation | undefined, {} | undefined]> |
batchDeleteEntities(request, options, callback)
batchDeleteEntities(request: protos.google.cloud.dialogflow.v2.IBatchDeleteEntitiesRequest, options: CallOptions, callback: Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.protobuf.IStruct>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Name | Description |
request |
protos.google.cloud.dialogflow.v2.IBatchDeleteEntitiesRequest
|
options |
CallOptions
|
callback |
Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.protobuf.IStruct>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
|
Type | Description |
void |
batchDeleteEntities(request, callback)
batchDeleteEntities(request: protos.google.cloud.dialogflow.v2.IBatchDeleteEntitiesRequest, callback: Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.protobuf.IStruct>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Name | Description |
request |
protos.google.cloud.dialogflow.v2.IBatchDeleteEntitiesRequest
|
callback |
Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.protobuf.IStruct>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
|
Type | Description |
void |
batchDeleteEntityTypes(request, options)
batchDeleteEntityTypes(request: protos.google.cloud.dialogflow.v2.IBatchDeleteEntityTypesRequest, options?: CallOptions): Promise<[LROperation<protos.google.protobuf.IEmpty, protos.google.protobuf.IStruct>, protos.google.longrunning.IOperation | undefined, {} | undefined]>;
Name | Description |
request |
protos.google.cloud.dialogflow.v2.IBatchDeleteEntityTypesRequest
|
options |
CallOptions
|
Type | Description |
Promise<[LROperation<protos.google.protobuf.IEmpty, protos.google.protobuf.IStruct>, protos.google.longrunning.IOperation | undefined, {} | undefined]> |
batchDeleteEntityTypes(request, options, callback)
batchDeleteEntityTypes(request: protos.google.cloud.dialogflow.v2.IBatchDeleteEntityTypesRequest, options: CallOptions, callback: Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.protobuf.IStruct>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Name | Description |
request |
protos.google.cloud.dialogflow.v2.IBatchDeleteEntityTypesRequest
|
options |
CallOptions
|
callback |
Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.protobuf.IStruct>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
|
Type | Description |
void |
batchDeleteEntityTypes(request, callback)
batchDeleteEntityTypes(request: protos.google.cloud.dialogflow.v2.IBatchDeleteEntityTypesRequest, callback: Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.protobuf.IStruct>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Name | Description |
request |
protos.google.cloud.dialogflow.v2.IBatchDeleteEntityTypesRequest
|
callback |
Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.protobuf.IStruct>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
|
Type | Description |
void |
batchUpdateEntities(request, options)
batchUpdateEntities(request: protos.google.cloud.dialogflow.v2.IBatchUpdateEntitiesRequest, options?: CallOptions): Promise<[LROperation<protos.google.protobuf.IEmpty, protos.google.protobuf.IStruct>, protos.google.longrunning.IOperation | undefined, {} | undefined]>;
Name | Description |
request |
protos.google.cloud.dialogflow.v2.IBatchUpdateEntitiesRequest
|
options |
CallOptions
|
Type | Description |
Promise<[LROperation<protos.google.protobuf.IEmpty, protos.google.protobuf.IStruct>, protos.google.longrunning.IOperation | undefined, {} | undefined]> |
batchUpdateEntities(request, options, callback)
batchUpdateEntities(request: protos.google.cloud.dialogflow.v2.IBatchUpdateEntitiesRequest, options: CallOptions, callback: Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.protobuf.IStruct>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Name | Description |
request |
protos.google.cloud.dialogflow.v2.IBatchUpdateEntitiesRequest
|
options |
CallOptions
|
callback |
Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.protobuf.IStruct>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
|
Type | Description |
void |
batchUpdateEntities(request, callback)
batchUpdateEntities(request: protos.google.cloud.dialogflow.v2.IBatchUpdateEntitiesRequest, callback: Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.protobuf.IStruct>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Name | Description |
request |
protos.google.cloud.dialogflow.v2.IBatchUpdateEntitiesRequest
|
callback |
Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.protobuf.IStruct>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
|
Type | Description |
void |
batchUpdateEntityTypes(request, options)
batchUpdateEntityTypes(request: protos.google.cloud.dialogflow.v2.IBatchUpdateEntityTypesRequest, options?: CallOptions): Promise<[LROperation<protos.google.cloud.dialogflow.v2.IBatchUpdateEntityTypesResponse, protos.google.protobuf.IStruct>, protos.google.longrunning.IOperation | undefined, {} | undefined]>;
Name | Description |
request |
protos.google.cloud.dialogflow.v2.IBatchUpdateEntityTypesRequest
|
options |
CallOptions
|
Type | Description |
Promise<[LROperation<protos.google.cloud.dialogflow.v2.IBatchUpdateEntityTypesResponse, protos.google.protobuf.IStruct>, protos.google.longrunning.IOperation | undefined, {} | undefined]> |
batchUpdateEntityTypes(request, options, callback)
batchUpdateEntityTypes(request: protos.google.cloud.dialogflow.v2.IBatchUpdateEntityTypesRequest, options: CallOptions, callback: Callback<LROperation<protos.google.cloud.dialogflow.v2.IBatchUpdateEntityTypesResponse, protos.google.protobuf.IStruct>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Name | Description |
request |
protos.google.cloud.dialogflow.v2.IBatchUpdateEntityTypesRequest
|
options |
CallOptions
|
callback |
Callback<LROperation<protos.google.cloud.dialogflow.v2.IBatchUpdateEntityTypesResponse, protos.google.protobuf.IStruct>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
|
Type | Description |
void |
batchUpdateEntityTypes(request, callback)
batchUpdateEntityTypes(request: protos.google.cloud.dialogflow.v2.IBatchUpdateEntityTypesRequest, callback: Callback<LROperation<protos.google.cloud.dialogflow.v2.IBatchUpdateEntityTypesResponse, protos.google.protobuf.IStruct>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Name | Description |
request |
protos.google.cloud.dialogflow.v2.IBatchUpdateEntityTypesRequest
|
callback |
Callback<LROperation<protos.google.cloud.dialogflow.v2.IBatchUpdateEntityTypesResponse, protos.google.protobuf.IStruct>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
|
Type | Description |
void |
checkBatchCreateEntitiesProgress(name)
checkBatchCreateEntitiesProgress(name: string): Promise<LROperation<protos.google.protobuf.Empty, protos.google.protobuf.Struct>>;
Check the status of the long running operation returned by batchCreateEntities()
.
Name | Description |
name |
string
The operation name that will be passed. |
Type | Description |
Promise<LROperation<protos.google.protobuf.Empty, protos.google.protobuf.Struct>> | {Promise} - The promise which resolves to an object. The decoded operation object has result and metadata field to get information from. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations) for more details and examples. |
checkBatchDeleteEntitiesProgress(name)
checkBatchDeleteEntitiesProgress(name: string): Promise<LROperation<protos.google.protobuf.Empty, protos.google.protobuf.Struct>>;
Check the status of the long running operation returned by batchDeleteEntities()
.
Name | Description |
name |
string
The operation name that will be passed. |
Type | Description |
Promise<LROperation<protos.google.protobuf.Empty, protos.google.protobuf.Struct>> | {Promise} - The promise which resolves to an object. The decoded operation object has result and metadata field to get information from. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations) for more details and examples. |
checkBatchDeleteEntityTypesProgress(name)
checkBatchDeleteEntityTypesProgress(name: string): Promise<LROperation<protos.google.protobuf.Empty, protos.google.protobuf.Struct>>;
Check the status of the long running operation returned by batchDeleteEntityTypes()
.
Name | Description |
name |
string
The operation name that will be passed. |
Type | Description |
Promise<LROperation<protos.google.protobuf.Empty, protos.google.protobuf.Struct>> | {Promise} - The promise which resolves to an object. The decoded operation object has result and metadata field to get information from. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations) for more details and examples. |
checkBatchUpdateEntitiesProgress(name)
checkBatchUpdateEntitiesProgress(name: string): Promise<LROperation<protos.google.protobuf.Empty, protos.google.protobuf.Struct>>;
Check the status of the long running operation returned by batchUpdateEntities()
.
Name | Description |
name |
string
The operation name that will be passed. |
Type | Description |
Promise<LROperation<protos.google.protobuf.Empty, protos.google.protobuf.Struct>> | {Promise} - The promise which resolves to an object. The decoded operation object has result and metadata field to get information from. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations) for more details and examples. |
checkBatchUpdateEntityTypesProgress(name)
checkBatchUpdateEntityTypesProgress(name: string): Promise<LROperation<protos.google.cloud.dialogflow.v2.BatchUpdateEntityTypesResponse, protos.google.protobuf.Struct>>;
Check the status of the long running operation returned by batchUpdateEntityTypes()
.
Name | Description |
name |
string
The operation name that will be passed. |
Type | Description |
Promise<LROperation<protos.google.cloud.dialogflow.v2.BatchUpdateEntityTypesResponse, protos.google.protobuf.Struct>> | {Promise} - The promise which resolves to an object. The decoded operation object has result and metadata field to get information from. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations) for more details and examples. |
close()
close(): Promise<void>;
Terminate the gRPC channel and close the client.
The client will no longer be usable and all future behavior is undefined.
Type | Description |
Promise<void> | {Promise} A promise that resolves when the client is closed. |
createEntityType(request, options)
createEntityType(request: protos.google.cloud.dialogflow.v2.ICreateEntityTypeRequest, options?: CallOptions): Promise<[protos.google.cloud.dialogflow.v2.IEntityType, protos.google.cloud.dialogflow.v2.ICreateEntityTypeRequest | undefined, {} | undefined]>;
Name | Description |
request |
protos.google.cloud.dialogflow.v2.ICreateEntityTypeRequest
|
options |
CallOptions
|
Type | Description |
Promise<[protos.google.cloud.dialogflow.v2.IEntityType, protos.google.cloud.dialogflow.v2.ICreateEntityTypeRequest | undefined, {} | undefined]> |
createEntityType(request, options, callback)
createEntityType(request: protos.google.cloud.dialogflow.v2.ICreateEntityTypeRequest, options: CallOptions, callback: Callback<protos.google.cloud.dialogflow.v2.IEntityType, protos.google.cloud.dialogflow.v2.ICreateEntityTypeRequest | null | undefined, {} | null | undefined>): void;
Name | Description |
request |
protos.google.cloud.dialogflow.v2.ICreateEntityTypeRequest
|
options |
CallOptions
|
callback |
Callback<protos.google.cloud.dialogflow.v2.IEntityType, protos.google.cloud.dialogflow.v2.ICreateEntityTypeRequest | null | undefined, {} | null | undefined>
|
Type | Description |
void |
createEntityType(request, callback)
createEntityType(request: protos.google.cloud.dialogflow.v2.ICreateEntityTypeRequest, callback: Callback<protos.google.cloud.dialogflow.v2.IEntityType, protos.google.cloud.dialogflow.v2.ICreateEntityTypeRequest | null | undefined, {} | null | undefined>): void;
Name | Description |
request |
protos.google.cloud.dialogflow.v2.ICreateEntityTypeRequest
|
callback |
Callback<protos.google.cloud.dialogflow.v2.IEntityType, protos.google.cloud.dialogflow.v2.ICreateEntityTypeRequest | null | undefined, {} | null | undefined>
|
Type | Description |
void |
deleteEntityType(request, options)
deleteEntityType(request: protos.google.cloud.dialogflow.v2.IDeleteEntityTypeRequest, options?: CallOptions): Promise<[protos.google.protobuf.IEmpty, protos.google.cloud.dialogflow.v2.IDeleteEntityTypeRequest | undefined, {} | undefined]>;
Name | Description |
request |
protos.google.cloud.dialogflow.v2.IDeleteEntityTypeRequest
|
options |
CallOptions
|
Type | Description |
Promise<[protos.google.protobuf.IEmpty, protos.google.cloud.dialogflow.v2.IDeleteEntityTypeRequest | undefined, {} | undefined]> |
deleteEntityType(request, options, callback)
deleteEntityType(request: protos.google.cloud.dialogflow.v2.IDeleteEntityTypeRequest, options: CallOptions, callback: Callback<protos.google.protobuf.IEmpty, protos.google.cloud.dialogflow.v2.IDeleteEntityTypeRequest | null | undefined, {} | null | undefined>): void;
Name | Description |
request |
protos.google.cloud.dialogflow.v2.IDeleteEntityTypeRequest
|
options |
CallOptions
|
callback |
Callback<protos.google.protobuf.IEmpty, protos.google.cloud.dialogflow.v2.IDeleteEntityTypeRequest | null | undefined, {} | null | undefined>
|
Type | Description |
void |
deleteEntityType(request, callback)
deleteEntityType(request: protos.google.cloud.dialogflow.v2.IDeleteEntityTypeRequest, callback: Callback<protos.google.protobuf.IEmpty, protos.google.cloud.dialogflow.v2.IDeleteEntityTypeRequest | null | undefined, {} | null | undefined>): void;
Name | Description |
request |
protos.google.cloud.dialogflow.v2.IDeleteEntityTypeRequest
|
callback |
Callback<protos.google.protobuf.IEmpty, protos.google.cloud.dialogflow.v2.IDeleteEntityTypeRequest | null | undefined, {} | null | undefined>
|
Type | Description |
void |
entityTypePath(project, entityType)
entityTypePath(project: string, entityType: string): string;
Return a fully-qualified entityType resource name string.
Name | Description |
project |
string
|
entityType |
string
|
Type | Description |
string | {string} Resource name string. |
environmentPath(project, environment)
environmentPath(project: string, environment: string): string;
Return a fully-qualified environment resource name string.
Name | Description |
project |
string
|
environment |
string
|
Type | Description |
string | {string} Resource name string. |
getEntityType(request, options)
getEntityType(request: protos.google.cloud.dialogflow.v2.IGetEntityTypeRequest, options?: CallOptions): Promise<[protos.google.cloud.dialogflow.v2.IEntityType, protos.google.cloud.dialogflow.v2.IGetEntityTypeRequest | undefined, {} | undefined]>;
Name | Description |
request |
protos.google.cloud.dialogflow.v2.IGetEntityTypeRequest
|
options |
CallOptions
|
Type | Description |
Promise<[protos.google.cloud.dialogflow.v2.IEntityType, protos.google.cloud.dialogflow.v2.IGetEntityTypeRequest | undefined, {} | undefined]> |
getEntityType(request, options, callback)
getEntityType(request: protos.google.cloud.dialogflow.v2.IGetEntityTypeRequest, options: CallOptions, callback: Callback<protos.google.cloud.dialogflow.v2.IEntityType, protos.google.cloud.dialogflow.v2.IGetEntityTypeRequest | null | undefined, {} | null | undefined>): void;
Name | Description |
request |
protos.google.cloud.dialogflow.v2.IGetEntityTypeRequest
|
options |
CallOptions
|
callback |
Callback<protos.google.cloud.dialogflow.v2.IEntityType, protos.google.cloud.dialogflow.v2.IGetEntityTypeRequest | null | undefined, {} | null | undefined>
|
Type | Description |
void |
getEntityType(request, callback)
getEntityType(request: protos.google.cloud.dialogflow.v2.IGetEntityTypeRequest, callback: Callback<protos.google.cloud.dialogflow.v2.IEntityType, protos.google.cloud.dialogflow.v2.IGetEntityTypeRequest | null | undefined, {} | null | undefined>): void;
Name | Description |
request |
protos.google.cloud.dialogflow.v2.IGetEntityTypeRequest
|
callback |
Callback<protos.google.cloud.dialogflow.v2.IEntityType, protos.google.cloud.dialogflow.v2.IGetEntityTypeRequest | null | undefined, {} | null | undefined>
|
Type | Description |
void |
getProjectId()
getProjectId(): Promise<string>;
Type | Description |
Promise<string> |
getProjectId(callback)
getProjectId(callback: Callback<string, undefined, undefined>): void;
Name | Description |
callback |
Callback<string, undefined, undefined>
|
Type | Description |
void |
initialize()
initialize(): Promise<{
[name: string]: Function;
}>;
Initialize the client. Performs asynchronous operations (such as authentication) and prepares the client. This function will be called automatically when any class method is called for the first time, but if you need to initialize it before calling an actual method, feel free to call initialize() directly.
You can await on this method if you want to make sure the client is initialized.
Type | Description |
Promise<{ [name: string]: Function; }> | {Promise} A promise that resolves to an authenticated service stub. |
intentPath(project, intent)
intentPath(project: string, intent: string): string;
Return a fully-qualified intent resource name string.
Name | Description |
project |
string
|
intent |
string
|
Type | Description |
string | {string} Resource name string. |
listEntityTypes(request, options)
listEntityTypes(request: protos.google.cloud.dialogflow.v2.IListEntityTypesRequest, options?: CallOptions): Promise<[protos.google.cloud.dialogflow.v2.IEntityType[], protos.google.cloud.dialogflow.v2.IListEntityTypesRequest | null, protos.google.cloud.dialogflow.v2.IListEntityTypesResponse]>;
Name | Description |
request |
protos.google.cloud.dialogflow.v2.IListEntityTypesRequest
|
options |
CallOptions
|
Type | Description |
Promise<[protos.google.cloud.dialogflow.v2.IEntityType[], protos.google.cloud.dialogflow.v2.IListEntityTypesRequest | null, protos.google.cloud.dialogflow.v2.IListEntityTypesResponse]> |
listEntityTypes(request, options, callback)
listEntityTypes(request: protos.google.cloud.dialogflow.v2.IListEntityTypesRequest, options: CallOptions, callback: PaginationCallback<protos.google.cloud.dialogflow.v2.IListEntityTypesRequest, protos.google.cloud.dialogflow.v2.IListEntityTypesResponse | null | undefined, protos.google.cloud.dialogflow.v2.IEntityType>): void;
Name | Description |
request |
protos.google.cloud.dialogflow.v2.IListEntityTypesRequest
|
options |
CallOptions
|
callback |
PaginationCallback<protos.google.cloud.dialogflow.v2.IListEntityTypesRequest, protos.google.cloud.dialogflow.v2.IListEntityTypesResponse | null | undefined, protos.google.cloud.dialogflow.v2.IEntityType>
|
Type | Description |
void |
listEntityTypes(request, callback)
listEntityTypes(request: protos.google.cloud.dialogflow.v2.IListEntityTypesRequest, callback: PaginationCallback<protos.google.cloud.dialogflow.v2.IListEntityTypesRequest, protos.google.cloud.dialogflow.v2.IListEntityTypesResponse | null | undefined, protos.google.cloud.dialogflow.v2.IEntityType>): void;
Name | Description |
request |
protos.google.cloud.dialogflow.v2.IListEntityTypesRequest
|
callback |
PaginationCallback<protos.google.cloud.dialogflow.v2.IListEntityTypesRequest, protos.google.cloud.dialogflow.v2.IListEntityTypesResponse | null | undefined, protos.google.cloud.dialogflow.v2.IEntityType>
|
Type | Description |
void |
listEntityTypesAsync(request, options)
listEntityTypesAsync(request?: protos.google.cloud.dialogflow.v2.IListEntityTypesRequest, options?: CallOptions): AsyncIterable<protos.google.cloud.dialogflow.v2.IEntityType>;
Equivalent to listEntityTypes
, but returns an iterable object.
for
-await
-of
syntax is used with the iterable to get response elements on-demand.
Name | Description |
request |
protos.google.cloud.dialogflow.v2.IListEntityTypesRequest
The request object that will be sent. |
options |
CallOptions
Call options. See CallOptions for more details. |
Type | Description |
AsyncIterable<protos.google.cloud.dialogflow.v2.IEntityType> | {Object} An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols). When you iterate the returned iterable, each element will be an object representing [EntityType]. The API will be called under the hood as needed, once per the page, so you can stop the iteration when you don't need more results. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) for more details and examples. |
listEntityTypesStream(request, options)
listEntityTypesStream(request?: protos.google.cloud.dialogflow.v2.IListEntityTypesRequest, options?: CallOptions): Transform;
Equivalent to method.name.toCamelCase()
, but returns a NodeJS Stream object.
Name | Description |
request |
protos.google.cloud.dialogflow.v2.IListEntityTypesRequest
The request object that will be sent. |
options |
CallOptions
Call options. See CallOptions for more details. |
Type | Description |
Transform | {Stream} An object stream which emits an object representing [EntityType] on 'data' event. The client library will perform auto-pagination by default: it will call the API as many times as needed. Note that it can affect your quota. We recommend using |
matchAnswerRecordFromProjectAnswerRecordName(projectAnswerRecordName)
matchAnswerRecordFromProjectAnswerRecordName(projectAnswerRecordName: string): string | number;
Parse the answer_record from ProjectAnswerRecord resource.
Name | Description |
projectAnswerRecordName |
string
A fully-qualified path representing project_answer_record resource. |
Type | Description |
string | number | {string} A string representing the answer_record. |
matchAnswerRecordFromProjectLocationAnswerRecordName(projectLocationAnswerRecordName)
matchAnswerRecordFromProjectLocationAnswerRecordName(projectLocationAnswerRecordName: string): string | number;
Parse the answer_record from ProjectLocationAnswerRecord resource.
Name | Description |
projectLocationAnswerRecordName |
string
A fully-qualified path representing project_location_answer_record resource. |
Type | Description |
string | number | {string} A string representing the answer_record. |
matchContextFromProjectAgentEnvironmentUserSessionContextName(projectAgentEnvironmentUserSessionContextName)
matchContextFromProjectAgentEnvironmentUserSessionContextName(projectAgentEnvironmentUserSessionContextName: string): string | number;
Parse the context from ProjectAgentEnvironmentUserSessionContext resource.
Name | Description |
projectAgentEnvironmentUserSessionContextName |
string
A fully-qualified path representing project_agent_environment_user_session_context resource. |
Type | Description |
string | number | {string} A string representing the context. |
matchContextFromProjectAgentSessionContextName(projectAgentSessionContextName)
matchContextFromProjectAgentSessionContextName(projectAgentSessionContextName: string): string | number;
Parse the context from ProjectAgentSessionContext resource.
Name | Description |
projectAgentSessionContextName |
string
A fully-qualified path representing project_agent_session_context resource. |
Type | Description |
string | number | {string} A string representing the context. |
matchConversationFromProjectConversationMessageName(projectConversationMessageName)
matchConversationFromProjectConversationMessageName(projectConversationMessageName: string): string | number;
Parse the conversation from ProjectConversationMessage resource.
Name | Description |
projectConversationMessageName |
string
A fully-qualified path representing project_conversation_message resource. |
Type | Description |
string | number | {string} A string representing the conversation. |
matchConversationFromProjectConversationName(projectConversationName)
matchConversationFromProjectConversationName(projectConversationName: string): string | number;
Parse the conversation from ProjectConversation resource.
Name | Description |
projectConversationName |
string
A fully-qualified path representing project_conversation resource. |
Type | Description |
string | number | {string} A string representing the conversation. |
matchConversationFromProjectConversationParticipantName(projectConversationParticipantName)
matchConversationFromProjectConversationParticipantName(projectConversationParticipantName: string): string | number;
Parse the conversation from ProjectConversationParticipant resource.
Name | Description |
projectConversationParticipantName |
string
A fully-qualified path representing project_conversation_participant resource. |
Type | Description |
string | number | {string} A string representing the conversation. |
matchConversationFromProjectLocationConversationMessageName(projectLocationConversationMessageName)
matchConversationFromProjectLocationConversationMessageName(projectLocationConversationMessageName: string): string | number;
Parse the conversation from ProjectLocationConversationMessage resource.
Name | Description |
projectLocationConversationMessageName |
string
A fully-qualified path representing project_location_conversation_message resource. |
Type | Description |
string | number | {string} A string representing the conversation. |
matchConversationFromProjectLocationConversationName(projectLocationConversationName)
matchConversationFromProjectLocationConversationName(projectLocationConversationName: string): string | number;
Parse the conversation from ProjectLocationConversation resource.
Name | Description |
projectLocationConversationName |
string
A fully-qualified path representing project_location_conversation resource. |
Type | Description |
string | number | {string} A string representing the conversation. |
matchConversationFromProjectLocationConversationParticipantName(projectLocationConversationParticipantName)
matchConversationFromProjectLocationConversationParticipantName(projectLocationConversationParticipantName: string): string | number;
Parse the conversation from ProjectLocationConversationParticipant resource.
Name | Description |
projectLocationConversationParticipantName |
string
A fully-qualified path representing project_location_conversation_participant resource. |
Type | Description |
string | number | {string} A string representing the conversation. |
matchConversationProfileFromProjectConversationProfileName(projectConversationProfileName)
matchConversationProfileFromProjectConversationProfileName(projectConversationProfileName: string): string | number;
Parse the conversation_profile from ProjectConversationProfile resource.
Name | Description |
projectConversationProfileName |
string
A fully-qualified path representing project_conversation_profile resource. |
Type | Description |
string | number | {string} A string representing the conversation_profile. |
matchConversationProfileFromProjectLocationConversationProfileName(projectLocationConversationProfileName)
matchConversationProfileFromProjectLocationConversationProfileName(projectLocationConversationProfileName: string): string | number;
Parse the conversation_profile from ProjectLocationConversationProfile resource.
Name | Description |
projectLocationConversationProfileName |
string
A fully-qualified path representing project_location_conversation_profile resource. |
Type | Description |
string | number | {string} A string representing the conversation_profile. |
matchDocumentFromProjectKnowledgeBaseDocumentName(projectKnowledgeBaseDocumentName)
matchDocumentFromProjectKnowledgeBaseDocumentName(projectKnowledgeBaseDocumentName: string): string | number;
Parse the document from ProjectKnowledgeBaseDocument resource.
Name | Description |
projectKnowledgeBaseDocumentName |
string
A fully-qualified path representing project_knowledge_base_document resource. |
Type | Description |
string | number | {string} A string representing the document. |
matchDocumentFromProjectLocationKnowledgeBaseDocumentName(projectLocationKnowledgeBaseDocumentName)
matchDocumentFromProjectLocationKnowledgeBaseDocumentName(projectLocationKnowledgeBaseDocumentName: string): string | number;
Parse the document from ProjectLocationKnowledgeBaseDocument resource.
Name | Description |
projectLocationKnowledgeBaseDocumentName |
string
A fully-qualified path representing project_location_knowledge_base_document resource. |
Type | Description |
string | number | {string} A string representing the document. |
matchEntityTypeFromEntityTypeName(entityTypeName)
matchEntityTypeFromEntityTypeName(entityTypeName: string): string | number;
Parse the entity_type from EntityType resource.
Name | Description |
entityTypeName |
string
A fully-qualified path representing EntityType resource. |
Type | Description |
string | number | {string} A string representing the entity_type. |
matchEntityTypeFromProjectAgentEnvironmentUserSessionEntityTypeName(projectAgentEnvironmentUserSessionEntityTypeName)
matchEntityTypeFromProjectAgentEnvironmentUserSessionEntityTypeName(projectAgentEnvironmentUserSessionEntityTypeName: string): string | number;
Parse the entity_type from ProjectAgentEnvironmentUserSessionEntityType resource.
Name | Description |
projectAgentEnvironmentUserSessionEntityTypeName |
string
A fully-qualified path representing project_agent_environment_user_session_entity_type resource. |
Type | Description |
string | number | {string} A string representing the entity_type. |
matchEntityTypeFromProjectAgentSessionEntityTypeName(projectAgentSessionEntityTypeName)
matchEntityTypeFromProjectAgentSessionEntityTypeName(projectAgentSessionEntityTypeName: string): string | number;
Parse the entity_type from ProjectAgentSessionEntityType resource.
Name | Description |
projectAgentSessionEntityTypeName |
string
A fully-qualified path representing project_agent_session_entity_type resource. |
Type | Description |
string | number | {string} A string representing the entity_type. |
matchEnvironmentFromEnvironmentName(environmentName)
matchEnvironmentFromEnvironmentName(environmentName: string): string | number;
Parse the environment from Environment resource.
Name | Description |
environmentName |
string
A fully-qualified path representing Environment resource. |
Type | Description |
string | number | {string} A string representing the environment. |
matchEnvironmentFromProjectAgentEnvironmentUserSessionContextName(projectAgentEnvironmentUserSessionContextName)
matchEnvironmentFromProjectAgentEnvironmentUserSessionContextName(projectAgentEnvironmentUserSessionContextName: string): string | number;
Parse the environment from ProjectAgentEnvironmentUserSessionContext resource.
Name | Description |
projectAgentEnvironmentUserSessionContextName |
string
A fully-qualified path representing project_agent_environment_user_session_context resource. |
Type | Description |
string | number | {string} A string representing the environment. |
matchEnvironmentFromProjectAgentEnvironmentUserSessionEntityTypeName(projectAgentEnvironmentUserSessionEntityTypeName)
matchEnvironmentFromProjectAgentEnvironmentUserSessionEntityTypeName(projectAgentEnvironmentUserSessionEntityTypeName: string): string | number;
Parse the environment from ProjectAgentEnvironmentUserSessionEntityType resource.
Name | Description |
projectAgentEnvironmentUserSessionEntityTypeName |
string
A fully-qualified path representing project_agent_environment_user_session_entity_type resource. |
Type | Description |
string | number | {string} A string representing the environment. |
matchIntentFromIntentName(intentName)
matchIntentFromIntentName(intentName: string): string | number;
Parse the intent from Intent resource.
Name | Description |
intentName |
string
A fully-qualified path representing Intent resource. |
Type | Description |
string | number | {string} A string representing the intent. |
matchKnowledgeBaseFromProjectKnowledgeBaseDocumentName(projectKnowledgeBaseDocumentName)
matchKnowledgeBaseFromProjectKnowledgeBaseDocumentName(projectKnowledgeBaseDocumentName: string): string | number;
Parse the knowledge_base from ProjectKnowledgeBaseDocument resource.
Name | Description |
projectKnowledgeBaseDocumentName |
string
A fully-qualified path representing project_knowledge_base_document resource. |
Type | Description |
string | number | {string} A string representing the knowledge_base. |
matchKnowledgeBaseFromProjectKnowledgeBaseName(projectKnowledgeBaseName)
matchKnowledgeBaseFromProjectKnowledgeBaseName(projectKnowledgeBaseName: string): string | number;
Parse the knowledge_base from ProjectKnowledgeBase resource.
Name | Description |
projectKnowledgeBaseName |
string
A fully-qualified path representing project_knowledge_base resource. |
Type | Description |
string | number | {string} A string representing the knowledge_base. |
matchKnowledgeBaseFromProjectLocationKnowledgeBaseDocumentName(projectLocationKnowledgeBaseDocumentName)
matchKnowledgeBaseFromProjectLocationKnowledgeBaseDocumentName(projectLocationKnowledgeBaseDocumentName: string): string | number;
Parse the knowledge_base from ProjectLocationKnowledgeBaseDocument resource.
Name | Description |
projectLocationKnowledgeBaseDocumentName |
string
A fully-qualified path representing project_location_knowledge_base_document resource. |
Type | Description |
string | number | {string} A string representing the knowledge_base. |
matchKnowledgeBaseFromProjectLocationKnowledgeBaseName(projectLocationKnowledgeBaseName)
matchKnowledgeBaseFromProjectLocationKnowledgeBaseName(projectLocationKnowledgeBaseName: string): string | number;
Parse the knowledge_base from ProjectLocationKnowledgeBase resource.
Name | Description |
projectLocationKnowledgeBaseName |
string
A fully-qualified path representing project_location_knowledge_base resource. |
Type | Description |
string | number | {string} A string representing the knowledge_base. |
matchLocationFromProjectLocationAnswerRecordName(projectLocationAnswerRecordName)
matchLocationFromProjectLocationAnswerRecordName(projectLocationAnswerRecordName: string): string | number;
Parse the location from ProjectLocationAnswerRecord resource.
Name | Description |
projectLocationAnswerRecordName |
string
A fully-qualified path representing project_location_answer_record resource. |
Type | Description |
string | number | {string} A string representing the location. |
matchLocationFromProjectLocationConversationMessageName(projectLocationConversationMessageName)
matchLocationFromProjectLocationConversationMessageName(projectLocationConversationMessageName: string): string | number;
Parse the location from ProjectLocationConversationMessage resource.
Name | Description |
projectLocationConversationMessageName |
string
A fully-qualified path representing project_location_conversation_message resource. |
Type | Description |
string | number | {string} A string representing the location. |
matchLocationFromProjectLocationConversationName(projectLocationConversationName)
matchLocationFromProjectLocationConversationName(projectLocationConversationName: string): string | number;
Parse the location from ProjectLocationConversation resource.
Name | Description |
projectLocationConversationName |
string
A fully-qualified path representing project_location_conversation resource. |
Type | Description |
string | number | {string} A string representing the location. |
matchLocationFromProjectLocationConversationParticipantName(projectLocationConversationParticipantName)
matchLocationFromProjectLocationConversationParticipantName(projectLocationConversationParticipantName: string): string | number;
Parse the location from ProjectLocationConversationParticipant resource.
Name | Description |
projectLocationConversationParticipantName |
string
A fully-qualified path representing project_location_conversation_participant resource. |
Type | Description |
string | number | {string} A string representing the location. |
matchLocationFromProjectLocationConversationProfileName(projectLocationConversationProfileName)
matchLocationFromProjectLocationConversationProfileName(projectLocationConversationProfileName: string): string | number;
Parse the location from ProjectLocationConversationProfile resource.
Name | Description |
projectLocationConversationProfileName |
string
A fully-qualified path representing project_location_conversation_profile resource. |
Type | Description |
string | number | {string} A string representing the location. |
matchLocationFromProjectLocationKnowledgeBaseDocumentName(projectLocationKnowledgeBaseDocumentName)
matchLocationFromProjectLocationKnowledgeBaseDocumentName(projectLocationKnowledgeBaseDocumentName: string): string | number;
Parse the location from ProjectLocationKnowledgeBaseDocument resource.
Name | Description |
projectLocationKnowledgeBaseDocumentName |
string
A fully-qualified path representing project_location_knowledge_base_document resource. |
Type | Description |
string | number | {string} A string representing the location. |
matchLocationFromProjectLocationKnowledgeBaseName(projectLocationKnowledgeBaseName)
matchLocationFromProjectLocationKnowledgeBaseName(projectLocationKnowledgeBaseName: string): string | number;
Parse the location from ProjectLocationKnowledgeBase resource.
Name | Description |
projectLocationKnowledgeBaseName |
string
A fully-qualified path representing project_location_knowledge_base resource. |
Type | Description |
string | number | {string} A string representing the location. |
matchMessageFromProjectConversationMessageName(projectConversationMessageName)
matchMessageFromProjectConversationMessageName(projectConversationMessageName: string): string | number;
Parse the message from ProjectConversationMessage resource.
Name | Description |
projectConversationMessageName |
string
A fully-qualified path representing project_conversation_message resource. |
Type | Description |
string | number | {string} A string representing the message. |
matchMessageFromProjectLocationConversationMessageName(projectLocationConversationMessageName)
matchMessageFromProjectLocationConversationMessageName(projectLocationConversationMessageName: string): string | number;
Parse the message from ProjectLocationConversationMessage resource.
Name | Description |
projectLocationConversationMessageName |
string
A fully-qualified path representing project_location_conversation_message resource. |
Type | Description |
string | number | {string} A string representing the message. |
matchParticipantFromProjectConversationParticipantName(projectConversationParticipantName)
matchParticipantFromProjectConversationParticipantName(projectConversationParticipantName: string): string | number;
Parse the participant from ProjectConversationParticipant resource.
Name | Description |
projectConversationParticipantName |
string
A fully-qualified path representing project_conversation_participant resource. |
Type | Description |
string | number | {string} A string representing the participant. |
matchParticipantFromProjectLocationConversationParticipantName(projectLocationConversationParticipantName)
matchParticipantFromProjectLocationConversationParticipantName(projectLocationConversationParticipantName: string): string | number;
Parse the participant from ProjectLocationConversationParticipant resource.
Name | Description |
projectLocationConversationParticipantName |
string
A fully-qualified path representing project_location_conversation_participant resource. |
Type | Description |
string | number | {string} A string representing the participant. |
matchProjectFromAgentName(agentName)
matchProjectFromAgentName(agentName: string): string | number;
Parse the project from Agent resource.
Name | Description |
agentName |
string
A fully-qualified path representing Agent resource. |
Type | Description |
string | number | {string} A string representing the project. |
matchProjectFromEntityTypeName(entityTypeName)
matchProjectFromEntityTypeName(entityTypeName: string): string | number;
Parse the project from EntityType resource.
Name | Description |
entityTypeName |
string
A fully-qualified path representing EntityType resource. |
Type | Description |
string | number | {string} A string representing the project. |
matchProjectFromEnvironmentName(environmentName)
matchProjectFromEnvironmentName(environmentName: string): string | number;
Parse the project from Environment resource.
Name | Description |
environmentName |
string
A fully-qualified path representing Environment resource. |
Type | Description |
string | number | {string} A string representing the project. |
matchProjectFromIntentName(intentName)
matchProjectFromIntentName(intentName: string): string | number;
Parse the project from Intent resource.
Name | Description |
intentName |
string
A fully-qualified path representing Intent resource. |
Type | Description |
string | number | {string} A string representing the project. |
matchProjectFromProjectAgentEnvironmentUserSessionContextName(projectAgentEnvironmentUserSessionContextName)
matchProjectFromProjectAgentEnvironmentUserSessionContextName(projectAgentEnvironmentUserSessionContextName: string): string | number;
Parse the project from ProjectAgentEnvironmentUserSessionContext resource.
Name | Description |
projectAgentEnvironmentUserSessionContextName |
string
A fully-qualified path representing project_agent_environment_user_session_context resource. |
Type | Description |
string | number | {string} A string representing the project. |
matchProjectFromProjectAgentEnvironmentUserSessionEntityTypeName(projectAgentEnvironmentUserSessionEntityTypeName)
matchProjectFromProjectAgentEnvironmentUserSessionEntityTypeName(projectAgentEnvironmentUserSessionEntityTypeName: string): string | number;
Parse the project from ProjectAgentEnvironmentUserSessionEntityType resource.
Name | Description |
projectAgentEnvironmentUserSessionEntityTypeName |
string
A fully-qualified path representing project_agent_environment_user_session_entity_type resource. |
Type | Description |
string | number | {string} A string representing the project. |
matchProjectFromProjectAgentSessionContextName(projectAgentSessionContextName)
matchProjectFromProjectAgentSessionContextName(projectAgentSessionContextName: string): string | number;
Parse the project from ProjectAgentSessionContext resource.
Name | Description |
projectAgentSessionContextName |
string
A fully-qualified path representing project_agent_session_context resource. |
Type | Description |
string | number | {string} A string representing the project. |
matchProjectFromProjectAgentSessionEntityTypeName(projectAgentSessionEntityTypeName)
matchProjectFromProjectAgentSessionEntityTypeName(projectAgentSessionEntityTypeName: string): string | number;
Parse the project from ProjectAgentSessionEntityType resource.
Name | Description |
projectAgentSessionEntityTypeName |
string
A fully-qualified path representing project_agent_session_entity_type resource. |
Type | Description |
string | number | {string} A string representing the project. |
matchProjectFromProjectAnswerRecordName(projectAnswerRecordName)
matchProjectFromProjectAnswerRecordName(projectAnswerRecordName: string): string | number;
Parse the project from ProjectAnswerRecord resource.
Name | Description |
projectAnswerRecordName |
string
A fully-qualified path representing project_answer_record resource. |
Type | Description |
string | number | {string} A string representing the project. |
matchProjectFromProjectConversationMessageName(projectConversationMessageName)
matchProjectFromProjectConversationMessageName(projectConversationMessageName: string): string | number;
Parse the project from ProjectConversationMessage resource.
Name | Description |
projectConversationMessageName |
string
A fully-qualified path representing project_conversation_message resource. |
Type | Description |
string | number | {string} A string representing the project. |
matchProjectFromProjectConversationName(projectConversationName)
matchProjectFromProjectConversationName(projectConversationName: string): string | number;
Parse the project from ProjectConversation resource.
Name | Description |
projectConversationName |
string
A fully-qualified path representing project_conversation resource. |
Type | Description |
string | number | {string} A string representing the project. |
matchProjectFromProjectConversationParticipantName(projectConversationParticipantName)
matchProjectFromProjectConversationParticipantName(projectConversationParticipantName: string): string | number;
Parse the project from ProjectConversationParticipant resource.
Name | Description |
projectConversationParticipantName |
string
A fully-qualified path representing project_conversation_participant resource. |
Type | Description |
string | number | {string} A string representing the project. |
matchProjectFromProjectConversationProfileName(projectConversationProfileName)
matchProjectFromProjectConversationProfileName(projectConversationProfileName: string): string | number;
Parse the project from ProjectConversationProfile resource.
Name | Description |
projectConversationProfileName |
string
A fully-qualified path representing project_conversation_profile resource. |
Type | Description |
string | number | {string} A string representing the project. |
matchProjectFromProjectKnowledgeBaseDocumentName(projectKnowledgeBaseDocumentName)
matchProjectFromProjectKnowledgeBaseDocumentName(projectKnowledgeBaseDocumentName: string): string | number;
Parse the project from ProjectKnowledgeBaseDocument resource.
Name | Description |
projectKnowledgeBaseDocumentName |
string
A fully-qualified path representing project_knowledge_base_document resource. |
Type | Description |
string | number | {string} A string representing the project. |
matchProjectFromProjectKnowledgeBaseName(projectKnowledgeBaseName)
matchProjectFromProjectKnowledgeBaseName(projectKnowledgeBaseName: string): string | number;
Parse the project from ProjectKnowledgeBase resource.
Name | Description |
projectKnowledgeBaseName |
string
A fully-qualified path representing project_knowledge_base resource. |
Type | Description |
string | number | {string} A string representing the project. |
matchProjectFromProjectLocationAnswerRecordName(projectLocationAnswerRecordName)
matchProjectFromProjectLocationAnswerRecordName(projectLocationAnswerRecordName: string): string | number;
Parse the project from ProjectLocationAnswerRecord resource.
Name | Description |
projectLocationAnswerRecordName |
string
A fully-qualified path representing project_location_answer_record resource. |
Type | Description |
string | number | {string} A string representing the project. |
matchProjectFromProjectLocationConversationMessageName(projectLocationConversationMessageName)
matchProjectFromProjectLocationConversationMessageName(projectLocationConversationMessageName: string): string | number;
Parse the project from ProjectLocationConversationMessage resource.
Name | Description |
projectLocationConversationMessageName |
string
A fully-qualified path representing project_location_conversation_message resource. |
Type | Description |
string | number | {string} A string representing the project. |
matchProjectFromProjectLocationConversationName(projectLocationConversationName)
matchProjectFromProjectLocationConversationName(projectLocationConversationName: string): string | number;
Parse the project from ProjectLocationConversation resource.
Name | Description |
projectLocationConversationName |
string
A fully-qualified path representing project_location_conversation resource. |
Type | Description |
string | number | {string} A string representing the project. |
matchProjectFromProjectLocationConversationParticipantName(projectLocationConversationParticipantName)
matchProjectFromProjectLocationConversationParticipantName(projectLocationConversationParticipantName: string): string | number;
Parse the project from ProjectLocationConversationParticipant resource.
Name | Description |
projectLocationConversationParticipantName |
string
A fully-qualified path representing project_location_conversation_participant resource. |
Type | Description |
string | number | {string} A string representing the project. |
matchProjectFromProjectLocationConversationProfileName(projectLocationConversationProfileName)
matchProjectFromProjectLocationConversationProfileName(projectLocationConversationProfileName: string): string | number;
Parse the project from ProjectLocationConversationProfile resource.
Name | Description |
projectLocationConversationProfileName |
string
A fully-qualified path representing project_location_conversation_profile resource. |
Type | Description |
string | number | {string} A string representing the project. |
matchProjectFromProjectLocationKnowledgeBaseDocumentName(projectLocationKnowledgeBaseDocumentName)
matchProjectFromProjectLocationKnowledgeBaseDocumentName(projectLocationKnowledgeBaseDocumentName: string): string | number;
Parse the project from ProjectLocationKnowledgeBaseDocument resource.
Name | Description |
projectLocationKnowledgeBaseDocumentName |
string
A fully-qualified path representing project_location_knowledge_base_document resource. |
Type | Description |
string | number | {string} A string representing the project. |
matchProjectFromProjectLocationKnowledgeBaseName(projectLocationKnowledgeBaseName)
matchProjectFromProjectLocationKnowledgeBaseName(projectLocationKnowledgeBaseName: string): string | number;
Parse the project from ProjectLocationKnowledgeBase resource.
Name | Description |
projectLocationKnowledgeBaseName |
string
A fully-qualified path representing project_location_knowledge_base resource. |
Type | Description |
string | number | {string} A string representing the project. |
matchProjectFromProjectName(projectName)
matchProjectFromProjectName(projectName: string): string | number;
Parse the project from Project resource.
Name | Description |
projectName |
string
A fully-qualified path representing Project resource. |
Type | Description |
string | number | {string} A string representing the project. |
matchSessionFromProjectAgentEnvironmentUserSessionContextName(projectAgentEnvironmentUserSessionContextName)
matchSessionFromProjectAgentEnvironmentUserSessionContextName(projectAgentEnvironmentUserSessionContextName: string): string | number;
Parse the session from ProjectAgentEnvironmentUserSessionContext resource.
Name | Description |
projectAgentEnvironmentUserSessionContextName |
string
A fully-qualified path representing project_agent_environment_user_session_context resource. |
Type | Description |
string | number | {string} A string representing the session. |
matchSessionFromProjectAgentEnvironmentUserSessionEntityTypeName(projectAgentEnvironmentUserSessionEntityTypeName)
matchSessionFromProjectAgentEnvironmentUserSessionEntityTypeName(projectAgentEnvironmentUserSessionEntityTypeName: string): string | number;
Parse the session from ProjectAgentEnvironmentUserSessionEntityType resource.
Name | Description |
projectAgentEnvironmentUserSessionEntityTypeName |
string
A fully-qualified path representing project_agent_environment_user_session_entity_type resource. |
Type | Description |
string | number | {string} A string representing the session. |
matchSessionFromProjectAgentSessionContextName(projectAgentSessionContextName)
matchSessionFromProjectAgentSessionContextName(projectAgentSessionContextName: string): string | number;
Parse the session from ProjectAgentSessionContext resource.
Name | Description |
projectAgentSessionContextName |
string
A fully-qualified path representing project_agent_session_context resource. |
Type | Description |
string | number | {string} A string representing the session. |
matchSessionFromProjectAgentSessionEntityTypeName(projectAgentSessionEntityTypeName)
matchSessionFromProjectAgentSessionEntityTypeName(projectAgentSessionEntityTypeName: string): string | number;
Parse the session from ProjectAgentSessionEntityType resource.
Name | Description |
projectAgentSessionEntityTypeName |
string
A fully-qualified path representing project_agent_session_entity_type resource. |
Type | Description |
string | number | {string} A string representing the session. |
matchUserFromProjectAgentEnvironmentUserSessionContextName(projectAgentEnvironmentUserSessionContextName)
matchUserFromProjectAgentEnvironmentUserSessionContextName(projectAgentEnvironmentUserSessionContextName: string): string | number;
Parse the user from ProjectAgentEnvironmentUserSessionContext resource.
Name | Description |
projectAgentEnvironmentUserSessionContextName |
string
A fully-qualified path representing project_agent_environment_user_session_context resource. |
Type | Description |
string | number | {string} A string representing the user. |
matchUserFromProjectAgentEnvironmentUserSessionEntityTypeName(projectAgentEnvironmentUserSessionEntityTypeName)
matchUserFromProjectAgentEnvironmentUserSessionEntityTypeName(projectAgentEnvironmentUserSessionEntityTypeName: string): string | number;
Parse the user from ProjectAgentEnvironmentUserSessionEntityType resource.
Name | Description |
projectAgentEnvironmentUserSessionEntityTypeName |
string
A fully-qualified path representing project_agent_environment_user_session_entity_type resource. |
Type | Description |
string | number | {string} A string representing the user. |
projectAgentEnvironmentUserSessionContextPath(project, environment, user, session, context)
projectAgentEnvironmentUserSessionContextPath(project: string, environment: string, user: string, session: string, context: string): string;
Return a fully-qualified projectAgentEnvironmentUserSessionContext resource name string.
Name | Description |
project |
string
|
environment |
string
|
user |
string
|
session |
string
|
context |
string
|
Type | Description |
string | {string} Resource name string. |
projectAgentEnvironmentUserSessionEntityTypePath(project, environment, user, session, entityType)
projectAgentEnvironmentUserSessionEntityTypePath(project: string, environment: string, user: string, session: string, entityType: string): string;
Return a fully-qualified projectAgentEnvironmentUserSessionEntityType resource name string.
Name | Description |
project |
string
|
environment |
string
|
user |
string
|
session |
string
|
entityType |
string
|
Type | Description |
string | {string} Resource name string. |
projectAgentSessionContextPath(project, session, context)
projectAgentSessionContextPath(project: string, session: string, context: string): string;
Return a fully-qualified projectAgentSessionContext resource name string.
Name | Description |
project |
string
|
session |
string
|
context |
string
|
Type | Description |
string | {string} Resource name string. |
projectAgentSessionEntityTypePath(project, session, entityType)
projectAgentSessionEntityTypePath(project: string, session: string, entityType: string): string;
Return a fully-qualified projectAgentSessionEntityType resource name string.
Name | Description |
project |
string
|
session |
string
|
entityType |
string
|
Type | Description |
string | {string} Resource name string. |
projectAnswerRecordPath(project, answerRecord)
projectAnswerRecordPath(project: string, answerRecord: string): string;
Return a fully-qualified projectAnswerRecord resource name string.
Name | Description |
project |
string
|
answerRecord |
string
|
Type | Description |
string | {string} Resource name string. |
projectConversationMessagePath(project, conversation, message)
projectConversationMessagePath(project: string, conversation: string, message: string): string;
Return a fully-qualified projectConversationMessage resource name string.
Name | Description |
project |
string
|
conversation |
string
|
message |
string
|
Type | Description |
string | {string} Resource name string. |
projectConversationParticipantPath(project, conversation, participant)
projectConversationParticipantPath(project: string, conversation: string, participant: string): string;
Return a fully-qualified projectConversationParticipant resource name string.
Name | Description |
project |
string
|
conversation |
string
|
participant |
string
|
Type | Description |
string | {string} Resource name string. |
projectConversationPath(project, conversation)
projectConversationPath(project: string, conversation: string): string;
Return a fully-qualified projectConversation resource name string.
Name | Description |
project |
string
|
conversation |
string
|
Type | Description |
string | {string} Resource name string. |
projectConversationProfilePath(project, conversationProfile)
projectConversationProfilePath(project: string, conversationProfile: string): string;
Return a fully-qualified projectConversationProfile resource name string.
Name | Description |
project |
string
|
conversationProfile |
string
|
Type | Description |
string | {string} Resource name string. |
projectKnowledgeBaseDocumentPath(project, knowledgeBase, document)
projectKnowledgeBaseDocumentPath(project: string, knowledgeBase: string, document: string): string;
Return a fully-qualified projectKnowledgeBaseDocument resource name string.
Name | Description |
project |
string
|
knowledgeBase |
string
|
document |
string
|
Type | Description |
string | {string} Resource name string. |
projectKnowledgeBasePath(project, knowledgeBase)
projectKnowledgeBasePath(project: string, knowledgeBase: string): string;
Return a fully-qualified projectKnowledgeBase resource name string.
Name | Description |
project |
string
|
knowledgeBase |
string
|
Type | Description |
string | {string} Resource name string. |
projectLocationAnswerRecordPath(project, location, answerRecord)
projectLocationAnswerRecordPath(project: string, location: string, answerRecord: string): string;
Return a fully-qualified projectLocationAnswerRecord resource name string.
Name | Description |
project |
string
|
location |
string
|
answerRecord |
string
|
Type | Description |
string | {string} Resource name string. |
projectLocationConversationMessagePath(project, location, conversation, message)
projectLocationConversationMessagePath(project: string, location: string, conversation: string, message: string): string;
Return a fully-qualified projectLocationConversationMessage resource name string.
Name | Description |
project |
string
|
location |
string
|
conversation |
string
|
message |
string
|
Type | Description |
string | {string} Resource name string. |
projectLocationConversationParticipantPath(project, location, conversation, participant)
projectLocationConversationParticipantPath(project: string, location: string, conversation: string, participant: string): string;
Return a fully-qualified projectLocationConversationParticipant resource name string.
Name | Description |
project |
string
|
location |
string
|
conversation |
string
|
participant |
string
|
Type | Description |
string | {string} Resource name string. |
projectLocationConversationPath(project, location, conversation)
projectLocationConversationPath(project: string, location: string, conversation: string): string;
Return a fully-qualified projectLocationConversation resource name string.
Name | Description |
project |
string
|
location |
string
|
conversation |
string
|
Type | Description |
string | {string} Resource name string. |
projectLocationConversationProfilePath(project, location, conversationProfile)
projectLocationConversationProfilePath(project: string, location: string, conversationProfile: string): string;
Return a fully-qualified projectLocationConversationProfile resource name string.
Name | Description |
project |
string
|
location |
string
|
conversationProfile |
string
|
Type | Description |
string | {string} Resource name string. |
projectLocationKnowledgeBaseDocumentPath(project, location, knowledgeBase, document)
projectLocationKnowledgeBaseDocumentPath(project: string, location: string, knowledgeBase: string, document: string): string;
Return a fully-qualified projectLocationKnowledgeBaseDocument resource name string.
Name | Description |
project |
string
|
location |
string
|
knowledgeBase |
string
|
document |
string
|
Type | Description |
string | {string} Resource name string. |
projectLocationKnowledgeBasePath(project, location, knowledgeBase)
projectLocationKnowledgeBasePath(project: string, location: string, knowledgeBase: string): string;
Return a fully-qualified projectLocationKnowledgeBase resource name string.
Name | Description |
project |
string
|
location |
string
|
knowledgeBase |
string
|
Type | Description |
string | {string} Resource name string. |
projectPath(project)
projectPath(project: string): string;
Return a fully-qualified project resource name string.
Name | Description |
project |
string
|
Type | Description |
string | {string} Resource name string. |
updateEntityType(request, options)
updateEntityType(request: protos.google.cloud.dialogflow.v2.IUpdateEntityTypeRequest, options?: CallOptions): Promise<[protos.google.cloud.dialogflow.v2.IEntityType, protos.google.cloud.dialogflow.v2.IUpdateEntityTypeRequest | undefined, {} | undefined]>;
Name | Description |
request |
protos.google.cloud.dialogflow.v2.IUpdateEntityTypeRequest
|
options |
CallOptions
|
Type | Description |
Promise<[protos.google.cloud.dialogflow.v2.IEntityType, protos.google.cloud.dialogflow.v2.IUpdateEntityTypeRequest | undefined, {} | undefined]> |
updateEntityType(request, options, callback)
updateEntityType(request: protos.google.cloud.dialogflow.v2.IUpdateEntityTypeRequest, options: CallOptions, callback: Callback<protos.google.cloud.dialogflow.v2.IEntityType, protos.google.cloud.dialogflow.v2.IUpdateEntityTypeRequest | null | undefined, {} | null | undefined>): void;
Name | Description |
request |
protos.google.cloud.dialogflow.v2.IUpdateEntityTypeRequest
|
options |
CallOptions
|
callback |
Callback<protos.google.cloud.dialogflow.v2.IEntityType, protos.google.cloud.dialogflow.v2.IUpdateEntityTypeRequest | null | undefined, {} | null | undefined>
|
Type | Description |
void |
updateEntityType(request, callback)
updateEntityType(request: protos.google.cloud.dialogflow.v2.IUpdateEntityTypeRequest, callback: Callback<protos.google.cloud.dialogflow.v2.IEntityType, protos.google.cloud.dialogflow.v2.IUpdateEntityTypeRequest | null | undefined, {} | null | undefined>): void;
Name | Description |
request |
protos.google.cloud.dialogflow.v2.IUpdateEntityTypeRequest
|
callback |
Callback<protos.google.cloud.dialogflow.v2.IEntityType, protos.google.cloud.dialogflow.v2.IUpdateEntityTypeRequest | null | undefined, {} | null | undefined>
|
Type | Description |
void |