Interface protos.google.cloud.dialogflow.v2.IBatchUpdateIntentsRequest (4.1.4)

Properties of a BatchUpdateIntentsRequest.

Package

@google-cloud/dialogflow!

Properties

intentBatchInline

intentBatchInline?: (google.cloud.dialogflow.v2.IIntentBatch|null);

BatchUpdateIntentsRequest intentBatchInline

Property Value
TypeDescription
(google.cloud.dialogflow.v2.IIntentBatch|null)

intentBatchUri

intentBatchUri?: (string|null);

BatchUpdateIntentsRequest intentBatchUri

Property Value
TypeDescription
(string|null)

intentView

intentView?: (google.cloud.dialogflow.v2.IntentView|keyof typeof google.cloud.dialogflow.v2.IntentView|null);

BatchUpdateIntentsRequest intentView

Property Value
TypeDescription
(google.cloud.dialogflow.v2.IntentView|keyof typeof google.cloud.dialogflow.v2.IntentView|null)

languageCode

languageCode?: (string|null);

BatchUpdateIntentsRequest languageCode

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

BatchUpdateIntentsRequest parent

Property Value
TypeDescription
(string|null)

updateMask

updateMask?: (google.protobuf.IFieldMask|null);

BatchUpdateIntentsRequest updateMask

Property Value
TypeDescription
(google.protobuf.IFieldMask|null)