Class: Google::Cloud::ContactCenterInsights::V1::Analysis

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/resources.rb

Overview

The analysis resource.

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_result::Google::Cloud::ContactCenterInsights::V1::AnalysisResult (readonly)

Returns Output only. The result of the analysis, which is populated when the analysis finishes.

Returns:



234
235
236
237
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 234

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

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time at which the analysis was created, which occurs when the long-running operation completes.

Returns:

  • (::Google::Protobuf::Timestamp)

    Output only. The time at which the analysis was created, which occurs when the long-running operation completes.



234
235
236
237
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 234

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

#name::String

Returns Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}.

Returns:

  • (::String)

    Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}



234
235
236
237
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 234

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

#request_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time at which the analysis was requested.

Returns:



234
235
236
237
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 234

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