Class: Google::Cloud::Dialogflow::CX::V3::DtmfInput

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/session.rb

Overview

Represents the input for dtmf event.

Instance Attribute Summary collapse

Instance Attribute Details

#digits::String

Returns The dtmf digits.

Returns:

  • (::String)

    The dtmf digits.



1057
1058
1059
1060
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 1057

class DtmfInput
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#finish_digit::String

Returns The finish digit (if any).

Returns:

  • (::String)

    The finish digit (if any).



1057
1058
1059
1060
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 1057

class DtmfInput
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end