Class DtmfInput (1.11.0)

public sealed class DtmfInput : IMessage<DtmfInput>, IEquatable<DtmfInput>, IDeepCloneable<DtmfInput>, IBufferMessage, IMessage

Represents the input for dtmf event.

Inheritance

Object > DtmfInput

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

DtmfInput()

public DtmfInput()

DtmfInput(DtmfInput)

public DtmfInput(DtmfInput other)
Parameter
Name Description
other DtmfInput

Properties

Digits

public string Digits { get; set; }

The dtmf digits.

Property Value
Type Description
String

FinishDigit

public string FinishDigit { get; set; }

The finish digit (if any).

Property Value
Type Description
String

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.