GoogleCloudContactcenterinsightsV1Issue class

The issue resource.

Constructors

GoogleCloudContactcenterinsightsV1Issue({String? createTime, String? displayName, String? name, List<String>? sampleUtterances, String? updateTime})
GoogleCloudContactcenterinsightsV1Issue.fromJson(Map json_)

Properties

createTime String?
The time at which this issue was created.
getter/setter pair
displayName String?
The representative name for the issue.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name of the issue.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleUtterances List<String>?
Resource names of the sample representative utterances that match to this issue.
getter/setter pair
updateTime String?
The most recent time that this issue was updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited