Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::CreateAssistantRequest (v0.28.0)

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

#assistant=

def assistant=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::Assistant
Parameter
Returns

#assistant_id

def assistant_id() -> ::String
Returns
  • (::String) — Required. The ID to use for the Assistant, which will become the final component of the Assistant's resource name.

    This field must conform to RFC-1034 with a length limit of 63 characters.

#assistant_id=

def assistant_id=(value) -> ::String
Parameter
  • value (::String) — Required. The ID to use for the Assistant, which will become the final component of the Assistant's resource name.

    This field must conform to RFC-1034 with a length limit of 63 characters.

Returns
  • (::String) — Required. The ID to use for the Assistant, which will become the final component of the Assistant's resource name.

    This field must conform to RFC-1034 with a length limit of 63 characters.

#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}