Class: Google::Cloud::ContactCenterInsights::V1::IngestConversationsRequest::TranscriptObjectConfig
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::IngestConversationsRequest::TranscriptObjectConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
Configuration for processing transcript objects.
Instance Attribute Summary collapse
Instance Attribute Details
#medium ⇒ ::Google::Cloud::ContactCenterInsights::V1::Conversation::Medium
Returns Required. The medium transcript objects represent.
358 359 360 361 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 358 class TranscriptObjectConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |