Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SpeechProcessingMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SpeechProcessingMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb
Instance Attribute Summary collapse
-
#display_name ⇒ String
Corresponds to the JSON property
displayName.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3SpeechProcessingMetadata
constructor
A new instance of GoogleCloudDialogflowCxV3SpeechProcessingMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3SpeechProcessingMetadata
Returns a new instance of GoogleCloudDialogflowCxV3SpeechProcessingMetadata.
7487 7488 7489 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7487 def initialize(**args) update!(**args) end |
Instance Attribute Details
#display_name ⇒ String
Corresponds to the JSON property displayName
7485 7486 7487 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7485 def display_name @display_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7492 7493 7494 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7492 def update!(**args) @display_name = args[:display_name] if args.key?(:display_name) end |