Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::CreateAssistantRequest.
Request for the AssistantService.CreateAssistant method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#assistant
def assistant() -> ::Google::Cloud::DiscoveryEngine::V1beta::Assistant
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::Assistant) — Required. The Assistant to create.
#assistant=
def assistant=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::Assistant
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::Assistant) — Required. The Assistant to create.
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::Assistant) — Required. The Assistant to create.
#assistant_id
def assistant_id() -> ::String
Returns
#assistant_id=
def assistant_id=(value) -> ::String
Parameter
Returns
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent resource name.
Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent resource name.
Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}
Returns
-
(::String) — Required. The parent resource name.
Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}