Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1 API class Google::Cloud::Ces::V1::CreateExampleRequest.
Request message for AgentService.CreateExample.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#example
def example() -> ::Google::Cloud::Ces::V1::Example
Returns
- (::Google::Cloud::Ces::V1::Example) — Required. The example to create.
#example=
def example=(value) -> ::Google::Cloud::Ces::V1::Example
Parameter
- value (::Google::Cloud::Ces::V1::Example) — Required. The example to create.
Returns
- (::Google::Cloud::Ces::V1::Example) — Required. The example to create.
#example_id
def example_id() -> ::String
Returns
- (::String) — Optional. The ID to use for the example, which will become the final component of the example's resource name. If not provided, a unique ID will be automatically assigned for the example.
#example_id=
def example_id=(value) -> ::String
Parameter
- value (::String) — Optional. The ID to use for the example, which will become the final component of the example's resource name. If not provided, a unique ID will be automatically assigned for the example.
Returns
- (::String) — Optional. The ID to use for the example, which will become the final component of the example's resource name. If not provided, a unique ID will be automatically assigned for the example.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The resource name of the app to create an example in.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The resource name of the app to create an example in.
Returns
- (::String) — Required. The resource name of the app to create an example in.