Interface protos.google.cloud.dialogflow.v2beta1.ICreateIntentRequest (4.1.4)

Properties of a CreateIntentRequest.

Package

@google-cloud/dialogflow!

Properties

intent

intent?: (google.cloud.dialogflow.v2beta1.IIntent|null);

CreateIntentRequest intent

Property Value
TypeDescription
(google.cloud.dialogflow.v2beta1.IIntent|null)

intentView

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

CreateIntentRequest intentView

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

languageCode

languageCode?: (string|null);

CreateIntentRequest languageCode

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

CreateIntentRequest parent

Property Value
TypeDescription
(string|null)