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
/
GetIntentPlainArgs
Get
Intent
Plain
Args
data
class
GetIntentPlainArgs
(
val
agentId
:
String
,
val
intentId
:
String
,
val
languageCode
:
String
?
=
null
,
val
location
:
String
,
val
project
:
String
?
=
null
)
:
ConvertibleToJava
<
GetIntentPlainArgs
>
Members
Constructors
Get
Intent
Plain
Args
Link copied to clipboard
constructor
(
agentId
:
String
,
intentId
:
String
,
languageCode
:
String
?
=
null
,
location
:
String
,
project
:
String
?
=
null
)
Properties
agent
Id
Link copied to clipboard
val
agentId
:
String
intent
Id
Link copied to clipboard
val
intentId
:
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
(
)
:
GetIntentPlainArgs