|AiAssistantFeedback cancelAppend() * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantFeedback cancelHidden() * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantFeedback change($array) * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantFeedback getKeyValue() * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantFeedback newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantFeedback newQuery() * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantFeedback query() * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantFeedback remove() * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantFeedback saveOrIgnore() * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantFeedback whereAnswer($value) * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantFeedback whereAnswerDigest($value) * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantFeedback whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantFeedback whereFeedback($value) * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantFeedback whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantFeedback whereLocalId($value) * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantFeedback whereModel($value) * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantFeedback wherePrompt($value) * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantFeedback whereSessionId($value) * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantFeedback whereSessionKey($value) * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantFeedback whereSourceIds($value) * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantFeedback whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantFeedback whereUserid($value) * @mixin \Eloquent */ class AiAssistantFeedback extends AbstractModel { protected $table = 'ai_assistant_feedbacks'; }