Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SpeechProcessingMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SpeechProcessingMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb
Instance Attribute Summary collapse
-
#display_name ⇒ String
Corresponds to the JSON property
displayName.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1SpeechProcessingMetadata
constructor
A new instance of GoogleCloudDialogflowCxV3beta1SpeechProcessingMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1SpeechProcessingMetadata
Returns a new instance of GoogleCloudDialogflowCxV3beta1SpeechProcessingMetadata.
11991 11992 11993 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 11991 def initialize(**args) update!(**args) end |
Instance Attribute Details
#display_name ⇒ String
Corresponds to the JSON property displayName
11989 11990 11991 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 11989 def display_name @display_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11996 11997 11998 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 11996 def update!(**args) @display_name = args[:display_name] if args.key?(:display_name) end |