Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1SpeechConfig

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/contactcenterinsights_v1/classes.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb

Overview

Speech-to-Text configuration.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1SpeechConfig

Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1SpeechConfig.



5881
5882
5883
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 5881

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#speech_recognizerString

The fully-qualified Speech Recognizer resource name. Format: projects/ project_id/locations/location/recognizer/recognizer` Corresponds to the JSON propertyspeechRecognizer`

Returns:

  • (String)


5879
5880
5881
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 5879

def speech_recognizer
  @speech_recognizer
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5886
5887
5888
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 5886

def update!(**args)
  @speech_recognizer = args[:speech_recognizer] if args.key?(:speech_recognizer)
end