Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::IssueModelResult.
Issue Modeling result on a conversation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#issue_model
def issue_model() -> ::String
Returns
- (::String) — Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
#issue_model=
def issue_model=(value) -> ::String
Parameter
- value (::String) — Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
Returns
- (::String) — Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
#issues
def issues() -> ::Array<::Google::Cloud::ContactCenterInsights::V1::IssueAssignment>
Returns
- (::Array<::Google::Cloud::ContactCenterInsights::V1::IssueAssignment>) — All the matched issues.
#issues=
def issues=(value) -> ::Array<::Google::Cloud::ContactCenterInsights::V1::IssueAssignment>
Parameter
- value (::Array<::Google::Cloud::ContactCenterInsights::V1::IssueAssignment>) — All the matched issues.
Returns
- (::Array<::Google::Cloud::ContactCenterInsights::V1::IssueAssignment>) — All the matched issues.