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.outputs
/
GoogleCloudDialogflowCxV3DtmfInputResponse
Google
Cloud
Dialogflow
Cx
V3Dtmf
Input
Response
data
class
GoogleCloudDialogflowCxV3DtmfInputResponse
(
val
digits
:
String
,
val
finishDigit
:
String
)
Represents the input for dtmf event.
Members
Constructors
Google
Cloud
Dialogflow
Cx
V3Dtmf
Input
Response
Link copied to clipboard
constructor
(
digits
:
String
,
finishDigit
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
digits
Link copied to clipboard
val
digits
:
String
The dtmf digits.
finish
Digit
Link copied to clipboard
val
finishDigit
:
String
The finish digit (if any).