Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::QualityReport::AgentIssues.
Issues identified for a single agent.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#agent
def agent() -> ::String
Returns
-
(::String) — Optional. The name of the agent to which the issues are related.
Format:
projects/{project}/locations/{location}/apps/{app}/agents/{agent}
#agent=
def agent=(value) -> ::String
Parameter
-
value (::String) — Optional. The name of the agent to which the issues are related.
Format:
projects/{project}/locations/{location}/apps/{app}/agents/{agent}
Returns
-
(::String) — Optional. The name of the agent to which the issues are related.
Format:
projects/{project}/locations/{location}/apps/{app}/agents/{agent}
#issues
def issues() -> ::Array<::Google::Cloud::Ces::V1beta::QualityReport::Issue>
Returns
- (::Array<::Google::Cloud::Ces::V1beta::QualityReport::Issue>) — Optional. List of issues found for this agent.
#issues=
def issues=(value) -> ::Array<::Google::Cloud::Ces::V1beta::QualityReport::Issue>
Parameter
- value (::Array<::Google::Cloud::Ces::V1beta::QualityReport::Issue>) — Optional. List of issues found for this agent.
Returns
- (::Array<::Google::Cloud::Ces::V1beta::QualityReport::Issue>) — Optional. List of issues found for this agent.