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

Properties of a ListIntentsRequest.

Package

@google-cloud/dialogflow!

Properties

intentView

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

ListIntentsRequest intentView

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

languageCode

languageCode?: (string|null);

ListIntentsRequest languageCode

Property Value
TypeDescription
(string|null)

pageSize

pageSize?: (number|null);

ListIntentsRequest pageSize

Property Value
TypeDescription
(number|null)

pageToken

pageToken?: (string|null);

ListIntentsRequest pageToken

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

ListIntentsRequest parent

Property Value
TypeDescription
(string|null)