Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::GenerateAppResourceResponse::AppResources.
The list of app resources generated by the LLM assistant.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#app_snapshot
def app_snapshot() -> ::Google::Cloud::Ces::V1beta::AppSnapshot
Returns
- (::Google::Cloud::Ces::V1beta::AppSnapshot) — The app snapshot generated by the LLM assistant. This snapshot contains the app, agents & tools generated by the LLM assistant.
#app_snapshot=
def app_snapshot=(value) -> ::Google::Cloud::Ces::V1beta::AppSnapshot
Parameter
- value (::Google::Cloud::Ces::V1beta::AppSnapshot) — The app snapshot generated by the LLM assistant. This snapshot contains the app, agents & tools generated by the LLM assistant.
Returns
- (::Google::Cloud::Ces::V1beta::AppSnapshot) — The app snapshot generated by the LLM assistant. This snapshot contains the app, agents & tools generated by the LLM assistant.
#evaluations
def evaluations() -> ::Array<::Google::Cloud::Ces::V1beta::Evaluation>
Returns
- (::Array<::Google::Cloud::Ces::V1beta::Evaluation>) — The list of evaluations generated by the LLM assistant.
#evaluations=
def evaluations=(value) -> ::Array<::Google::Cloud::Ces::V1beta::Evaluation>
Parameter
- value (::Array<::Google::Cloud::Ces::V1beta::Evaluation>) — The list of evaluations generated by the LLM assistant.
Returns
- (::Array<::Google::Cloud::Ces::V1beta::Evaluation>) — The list of evaluations generated by the LLM assistant.