# `Twilio.Trusthub.V1.CustomerProfile.CustomerProfilesEvaluationsService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/trusthub/v1/customer_profile/customer_profiles_evaluations_service.ex#L2)

Service for CustomerProfilesEvaluations API operations.

Operations: `list`, `create`, `fetch`

# `create`

```elixir
@spec create(Twilio.Client.t(), String.t(), map(), keyword()) ::
  {:ok,
   Twilio.Resources.Trusthub.V1.CustomerProfile.CustomerProfilesEvaluations.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

Create a new Evaluation

Operation: `CreateCustomerProfileEvaluation` | Tags: TrusthubV1CustomerProfilesEvaluations

## Required Parameters

| Parameter | Type | Description |
|-----------|------|-------------|
| `PolicySid` | string | The unique string of a policy that is associated to the customer_profile resource. |

# `fetch`

```elixir
@spec fetch(Twilio.Client.t(), String.t(), String.t(), keyword()) ::
  {:ok,
   Twilio.Resources.Trusthub.V1.CustomerProfile.CustomerProfilesEvaluations.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

Fetch specific Evaluation Instance.

Operation: `FetchCustomerProfileEvaluation` | Tags: TrusthubV1CustomerProfilesEvaluations

# `list`

```elixir
@spec list(Twilio.Client.t(), String.t(), map(), keyword()) ::
  {:ok, Twilio.Page.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

Retrieve a list of Evaluations associated to the customer_profile resource.

Operation: `ListCustomerProfileEvaluation` | Tags: TrusthubV1CustomerProfilesEvaluations

# `stream`

```elixir
@spec stream(Twilio.Client.t(), String.t(), map(), keyword()) :: Enumerable.t()
```

Stream: Retrieve a list of Evaluations associated to the customer_profile resource. (lazy auto-pagination).

---

*Consult [api-reference.md](api-reference.md) for complete listing*
