pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.dialogflow.v2beta1.kotlin.inputs
/
GetSessionEntityTypePlainArgs
Get
Session
Entity
Type
Plain
Args
data
class
GetSessionEntityTypePlainArgs
(
val
entityTypeId
:
String
,
val
environmentId
:
String
,
val
location
:
String
,
val
project
:
String
?
=
null
,
val
sessionId
:
String
,
val
userId
:
String
)
:
ConvertibleToJava
<
GetSessionEntityTypePlainArgs
>
Constructors
Functions
Properties
Constructors
Get
Session
Entity
Type
Plain
Args
Link copied to clipboard
fun
GetSessionEntityTypePlainArgs
(
entityTypeId
:
String
,
environmentId
:
String
,
location
:
String
,
project
:
String
?
=
null
,
sessionId
:
String
,
userId
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetSessionEntityTypePlainArgs
Properties
entity
Type
Id
Link copied to clipboard
val
entityTypeId
:
String
environment
Id
Link copied to clipboard
val
environmentId
:
String
location
Link copied to clipboard
val
location
:
String
project
Link copied to clipboard
val
project
:
String
?
=
null
session
Id
Link copied to clipboard
val
sessionId
:
String
user
Id
Link copied to clipboard
val
userId
:
String