Class Google::Cloud::ContactCenterInsights::V1::IssueAssignment (v0.6.0)

Information about the issue.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#display_name

def display_name() -> ::String
Returns
  • (::String) — Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
Returns
  • (::String) — Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.

#issue

def issue() -> ::String
Returns
  • (::String) — Resource name of the assigned issue.

#issue=

def issue=(value) -> ::String
Parameter
  • value (::String) — Resource name of the assigned issue.
Returns
  • (::String) — Resource name of the assigned issue.

#score

def score() -> ::Float
Returns
  • (::Float) — Score indicating the likelihood of the issue assignment. currently bounded on [0,1].

#score=

def score=(value) -> ::Float
Parameter
  • value (::Float) — Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
Returns
  • (::Float) — Score indicating the likelihood of the issue assignment. currently bounded on [0,1].