Class: Google::Cloud::ContactCenterInsights::V1::Issue

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 issue resource.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Output only. The time at which this issue was created.

Returns:



726
727
728
729
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 726

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

#display_name::String

Returns The representative name for the issue.

Returns:

  • (::String)

    The representative name for the issue.



726
727
728
729
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 726

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

#name::String

Returns Immutable. The resource name of the issue. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}.

Returns:

  • (::String)

    Immutable. The resource name of the issue. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}



726
727
728
729
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 726

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

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

Returns Output only. The most recent time that this issue was updated.

Returns:



726
727
728
729
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 726

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