toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.dialogflow.v3beta1.kotlin.inputs
/
GetEntityTypePlainArgs
Get
Entity
Type
Plain
Args
data
class
GetEntityTypePlainArgs
(
val
agentId
:
String
,
val
entityTypeId
:
String
,
val
languageCode
:
String
?
=
null
,
val
location
:
String
,
val
project
:
String
?
=
null
)
:
ConvertibleToJava
<
GetEntityTypePlainArgs
>
Members
Constructors
Get
Entity
Type
Plain
Args
Link copied to clipboard
constructor
(
agentId
:
String
,
entityTypeId
:
String
,
languageCode
:
String
?
=
null
,
location
:
String
,
project
:
String
?
=
null
)
Properties
agent
Id
Link copied to clipboard
val
agentId
:
String
entity
Type
Id
Link copied to clipboard
val
entityTypeId
:
String
language
Code
Link copied to clipboard
val
languageCode
:
String
?
=
null
location
Link copied to clipboard
val
location
:
String
project
Link copied to clipboard
val
project
:
String
?
=
null
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetEntityTypePlainArgs