pulumi-google-native-kotlin
0.31.1.1
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.
Types
Constructors
Properties
Constructors
Google
Cloud
Dialogflow
Cx
V3Dtmf
Input
Response
Link copied to clipboard
fun
GoogleCloudDialogflowCxV3DtmfInputResponse
(
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).