toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.dialogflow.v3.kotlin.inputs
/
GetSessionEntityTypePlainArgs
Get
Session
Entity
Type
Plain
Args
data
class
GetSessionEntityTypePlainArgs
(
val
agentId
:
String
,
val
entityTypeId
:
String
,
val
environmentId
:
String
,
val
location
:
String
,
val
project
:
String
?
=
null
,
val
sessionId
:
String
)
:
ConvertibleToJava
<
GetSessionEntityTypePlainArgs
>
Members
Constructors
Get
Session
Entity
Type
Plain
Args
Link copied to clipboard
constructor
(
agentId
:
String
,
entityTypeId
:
String
,
environmentId
:
String
,
location
:
String
,
project
:
String
?
=
null
,
sessionId
:
String
)
Properties
agent
Id
Link copied to clipboard
val
agentId
:
String
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
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetSessionEntityTypePlainArgs