pulumi-google-native-kotlin
0.31.1.1
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
>
Constructors
Functions
Properties
Constructors
Get
Entity
Type
Plain
Args
Link copied to clipboard
fun
GetEntityTypePlainArgs
(
agentId
:
String
,
entityTypeId
:
String
,
languageCode
:
String
?
=
null
,
location
:
String
,
project
:
String
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetEntityTypePlainArgs
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